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 75557e9 commit c3dc653Copy full SHA for c3dc653
test/fixtures/simple_zonal/example.tf
@@ -19,7 +19,6 @@ module "example" {
19
20
project_id = var.project_ids[1]
21
cluster_name_suffix = "-${random_string.suffix.result}"
22
- region = var.region
23
zones = slice(var.zones, 0, 1)
24
network = google_compute_network.main.name
25
subnetwork = google_compute_subnetwork.main.name
0 commit comments