File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
integration/node_pool/controls Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ module "example" {
19
19
20
20
project_id = var. project_ids [0 ]
21
21
cluster_name_suffix = " -${ random_string . suffix . result } "
22
- region = var . region
23
- zones = slice (var . zones , 0 , 1 )
22
+ region = " europe-west4 "
23
+ zones = [ " europe-west4-a " ]
24
24
network = google_compute_network. main . name
25
25
subnetwork = google_compute_subnetwork. main . name
26
26
ip_range_pods = google_compute_subnetwork. main . secondary_ip_range [0 ]. range_name
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ resource "google_compute_network" "main" {
32
32
resource "google_compute_subnetwork" "main" {
33
33
name = " cft-gke-test-${ random_string . suffix . result } "
34
34
ip_cidr_range = " 10.0.0.0/17"
35
- region = var . region
35
+ region = " europe-west4 "
36
36
network = google_compute_network. main . self_link
37
37
38
38
secondary_ip_range {
Original file line number Diff line number Diff line change 514
514
including (
515
515
"name" => "pool-03" ,
516
516
"locations" => match_array ( [
517
- "us-central1 -b" ,
518
- "us-central1 -c" ,
517
+ "#{ location } -b" ,
518
+ "#{ location } -c" ,
519
519
] ) ,
520
520
)
521
521
)
You can’t perform that action at this time.
0 commit comments