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 c3dc653 commit 5d17971Copy full SHA for 5d17971
test/fixtures/simple_zonal_private/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