We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d195b87 commit 47bcfc4Copy full SHA for 47bcfc4
test/fixtures/node_pool/example.tf
@@ -24,7 +24,7 @@ module "example" {
24
project_id = var.project_ids[0]
25
cluster_name_suffix = "-${random_string.suffix.result}"
26
region = "europe-west4"
27
- zones = ["europe-west4-b"]
+ zones = ["europe-west4-c"]
28
network = google_compute_network.main.name
29
subnetwork = google_compute_subnetwork.main.name
30
ip_range_pods = google_compute_subnetwork.main.secondary_ip_range[0].range_name
0 commit comments