Skip to content

Commit dc6c123

Browse files
aaron-lanemorgante
authored andcommitted
Update main.tf
Co-Authored-By: morgante <[email protected]>
1 parent 46748af commit dc6c123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ locals {
5959
cluster_type_output_zonal_zones = "${concat(slice(var.zones, 1, length(var.zones)), list(""))}"
6060

6161
cluster_type_output_zones = {
62-
regional = "${local.cluster_type_output_regional_zones[0]}"
62+
regional = "${local.cluster_type_output_regional_zones}"
6363
zonal = "${concat(google_container_cluster.zonal_primary.*.zone, local.cluster_type_output_zonal_zones)}"
6464
}
6565

0 commit comments

Comments
 (0)