File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
private-cluster-update-variant Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ locals {
83
83
84
84
85
85
master_authorized_networks_config = length (var. master_authorized_networks ) == 0 ? [] : [{
86
- cidr_blocks: var.master_authorized_networks
86
+ cidr_blocks : var.master_authorized_networks
87
87
}]
88
88
89
89
cluster_output_node_pools_names = concat (google_container_node_pool. pools . * . name , [" " ])
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ locals {
83
83
84
84
85
85
master_authorized_networks_config = length (var. master_authorized_networks ) == 0 ? [] : [{
86
- cidr_blocks: var.master_authorized_networks
86
+ cidr_blocks : var.master_authorized_networks
87
87
}]
88
88
89
89
cluster_output_node_pools_names = concat (google_container_node_pool. pools . * . name , [" " ])
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ locals {
83
83
84
84
85
85
master_authorized_networks_config = length (var. master_authorized_networks ) == 0 ? [] : [{
86
- cidr_blocks: var.master_authorized_networks
86
+ cidr_blocks : var.master_authorized_networks
87
87
}]
88
88
89
89
cluster_output_node_pools_names = concat (google_container_node_pool. pools . * . name , [" " ])
You can’t perform that action at this time.
0 commit comments