Skip to content

Commit 04863ba

Browse files
committed
Update test config
Signed-off-by: Vivek Goyal <vivek.goyal@broadcom.com>
1 parent fadf42d commit 04863ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/resources/testing/test_config.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ const testDefaultCreateEksClusterScript = `
3535
"0.0.0.0/0",
3636
]
3737
security_groups = [ // Forces new
38-
"sg-0b77767aa25e20fec",
38+
"sg-0197c9a8b1378eed5",
3939
]
4040
subnet_ids = [ // Forces new
41-
"subnet-0c285da60b373a4cc", "subnet-0be854d94fa197cb7", "subnet-04975d535cf761785", "subnet-0d50aa17c694457c9"
41+
"subnet-022e4a6bc8c8ee7a6", "subnet-0277c4ea9fc2fd193", "subnet-0d3d1f9c48286ecdf", "subnet-0ec0a74e995ba4634"
4242
]
4343
}
4444
}
@@ -57,7 +57,7 @@ const testDefaultCreateEksClusterScript = `
5757
tags = { "testnptag" : "testnptagvalue", "newtesttag": "testingtagvalue"}
5858
node_labels = { "testnplabelkey" : "testnplabelvalue" }
5959
subnet_ids = [ // Required, forces new
60-
"subnet-0c285da60b373a4cc", "subnet-0be854d94fa197cb7", "subnet-04975d535cf761785", "subnet-0d50aa17c694457c9"
60+
"subnet-022e4a6bc8c8ee7a6", "subnet-0277c4ea9fc2fd193", "subnet-0d3d1f9c48286ecdf", "subnet-0ec0a74e995ba4634"
6161
]
6262
scaling_config {
6363
desired_size = 4
@@ -85,7 +85,7 @@ const testDefaultCreateEksClusterScript = `
8585
tags = { "testnptag" : "testnptagvalue", "newtesttag": "testingtagvalue"}
8686
node_labels = { "testnplabelkey" : "testnplabelvalue" }
8787
subnet_ids = [ // Required, forces new
88-
"subnet-0c285da60b373a4cc", "subnet-0be854d94fa197cb7", "subnet-04975d535cf761785", "subnet-0d50aa17c694457c9"
88+
"subnet-022e4a6bc8c8ee7a6", "subnet-0277c4ea9fc2fd193", "subnet-0d3d1f9c48286ecdf", "subnet-0ec0a74e995ba4634"
8989
]
9090
scaling_config {
9191
desired_size = 4

0 commit comments

Comments
 (0)