Skip to content

Commit 47bcfc4

Browse files
committed
switch region
1 parent d195b87 commit 47bcfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/node_pool/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "example" {
2424
project_id = var.project_ids[0]
2525
cluster_name_suffix = "-${random_string.suffix.result}"
2626
region = "europe-west4"
27-
zones = ["europe-west4-b"]
27+
zones = ["europe-west4-c"]
2828
network = google_compute_network.main.name
2929
subnetwork = google_compute_subnetwork.main.name
3030
ip_range_pods = google_compute_subnetwork.main.secondary_ip_range[0].range_name

0 commit comments

Comments
 (0)