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 b007971 commit 46748afCopy full SHA for 46748af
main.tf
@@ -55,7 +55,7 @@ locals {
55
zonal = "${var.region}"
56
}
57
58
- cluster_type_output_regional_zones = "${concat(google_container_cluster.primary.*.additional_zones, list("")}"
+ cluster_type_output_regional_zones = "${concat(google_container_cluster.primary.*.additional_zones, list(""))}"
59
cluster_type_output_zonal_zones = "${concat(slice(var.zones, 1, length(var.zones)), list(""))}"
60
61
cluster_type_output_zones = {
0 commit comments