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 1f4dd21 commit 57e8334Copy full SHA for 57e8334
test/fixtures/simple_zonal/example.tf
@@ -20,7 +20,7 @@ module "example" {
20
project_id = "${var.project_id}"
21
credentials_path = "${local.credentials_path}"
22
region = "${var.region}"
23
- zones = ["${slice(var.zones,1,1)}"]
+ zones = ["${slice(var.zones,0,1)}"]
24
network = "${google_compute_network.main.name}"
25
subnetwork = "${google_compute_subnetwork.main.name}"
26
ip_range_pods = "${google_compute_subnetwork.main.secondary_ip_range.0.range_name}"
0 commit comments