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 46748af commit dc6c123Copy full SHA for dc6c123
main.tf
@@ -59,7 +59,7 @@ locals {
59
cluster_type_output_zonal_zones = "${concat(slice(var.zones, 1, length(var.zones)), list(""))}"
60
61
cluster_type_output_zones = {
62
- regional = "${local.cluster_type_output_regional_zones[0]}"
+ regional = "${local.cluster_type_output_regional_zones}"
63
zonal = "${concat(google_container_cluster.zonal_primary.*.zone, local.cluster_type_output_zonal_zones)}"
64
}
65
0 commit comments