Unverified Commit 86f2738a authored by Aaron Lane's avatar Aaron Lane Committed by GitHub
Browse files

Update main.tf

Co-Authored-By: default avatarmorgante <morgante.pell@morgante.net>
parent c9cd7f52
Showing with 1 addition and 1 deletion
+1 -1
......@@ -54,7 +54,7 @@ locals {
cluster_type_output_zonal_zones = "${concat(slice(var.zones, 1, length(var.zones)), list(""))}"
cluster_type_output_zones = {
regional = "${local.cluster_type_output_regional_zones[0]}"
regional = "${local.cluster_type_output_regional_zones}"
zonal = "${concat(google_container_cluster.zonal_primary.*.zone, local.cluster_type_output_zonal_zones)}"
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment