Skip to content

Commit 5d17971

Browse files
author
Andras Gyömrey
authored
Update example.tf
Region parameter should not be required
1 parent c3dc653 commit 5d17971

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/fixtures/simple_zonal_private/example.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ module "example" {
1919

2020
project_id = var.project_ids[1]
2121
cluster_name_suffix = "-${random_string.suffix.result}"
22-
region = var.region
2322
zones = slice(var.zones, 0, 1)
2423
network = google_compute_network.main.name
2524
subnetwork = google_compute_subnetwork.main.name

0 commit comments

Comments
 (0)