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.
2 parents 68dcd99 + 05e3e46 commit 01daeebCopy full SHA for 01daeeb
cluster_zonal.tf
@@ -24,7 +24,7 @@ resource "google_container_cluster" "zonal_primary" {
24
project = "${var.project_id}"
25
26
zone = "${var.zones[0]}"
27
- additional_zones = "${slice(var.zones,1,length(var.zones))}"
+ additional_zones = ["${slice(var.zones,1,length(var.zones))}"]
28
29
network = "${data.google_compute_network.gke_network.self_link}"
30
subnetwork = "${data.google_compute_subnetwork.gke_subnetwork.self_link}"
0 commit comments