@@ -35,10 +35,10 @@ const testDefaultCreateEksClusterScript = `
35
35
"0.0.0.0/0",
36
36
]
37
37
security_groups = [ // Forces new
38
- "sg-0b77767aa25e20fec ",
38
+ "sg-0197c9a8b1378eed5 ",
39
39
]
40
40
subnet_ids = [ // Forces new
41
- "subnet-0c285da60b373a4cc ", "subnet-0be854d94fa197cb7 ", "subnet-04975d535cf761785 ", "subnet-0d50aa17c694457c9 "
41
+ "subnet-022e4a6bc8c8ee7a6 ", "subnet-0277c4ea9fc2fd193 ", "subnet-0d3d1f9c48286ecdf ", "subnet-0ec0a74e995ba4634 "
42
42
]
43
43
}
44
44
}
@@ -57,7 +57,7 @@ const testDefaultCreateEksClusterScript = `
57
57
tags = { "testnptag" : "testnptagvalue", "newtesttag": "testingtagvalue"}
58
58
node_labels = { "testnplabelkey" : "testnplabelvalue" }
59
59
subnet_ids = [ // Required, forces new
60
- "subnet-0c285da60b373a4cc ", "subnet-0be854d94fa197cb7 ", "subnet-04975d535cf761785 ", "subnet-0d50aa17c694457c9 "
60
+ "subnet-022e4a6bc8c8ee7a6 ", "subnet-0277c4ea9fc2fd193 ", "subnet-0d3d1f9c48286ecdf ", "subnet-0ec0a74e995ba4634 "
61
61
]
62
62
scaling_config {
63
63
desired_size = 4
@@ -85,7 +85,7 @@ const testDefaultCreateEksClusterScript = `
85
85
tags = { "testnptag" : "testnptagvalue", "newtesttag": "testingtagvalue"}
86
86
node_labels = { "testnplabelkey" : "testnplabelvalue" }
87
87
subnet_ids = [ // Required, forces new
88
- "subnet-0c285da60b373a4cc ", "subnet-0be854d94fa197cb7 ", "subnet-04975d535cf761785 ", "subnet-0d50aa17c694457c9 "
88
+ "subnet-022e4a6bc8c8ee7a6 ", "subnet-0277c4ea9fc2fd193 ", "subnet-0d3d1f9c48286ecdf ", "subnet-0ec0a74e995ba4634 "
89
89
]
90
90
scaling_config {
91
91
desired_size = 4
0 commit comments