File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,6 @@ locals {
261
261
regional = element (concat (google_container_cluster. primary . * . vertical_pod_autoscaling . 0 . enabled , [" " ]), 0 )
262
262
zonal = element (concat (google_container_cluster. zonal_primary . * . vertical_pod_autoscaling . 0 . enabled , [" " ]), 0 )
263
263
}
264
-
265
264
# /BETA features
266
265
{% endif % }
267
266
Original file line number Diff line number Diff line change @@ -244,7 +244,6 @@ locals {
244
244
regional = element (concat (google_container_cluster. primary . * . vertical_pod_autoscaling . 0 . enabled , [" " ]), 0 )
245
245
zonal = element (concat (google_container_cluster. zonal_primary . * . vertical_pod_autoscaling . 0 . enabled , [" " ]), 0 )
246
246
}
247
-
248
247
# /BETA features
249
248
250
249
cluster_type_output_node_pools_names = {
Original file line number Diff line number Diff line change @@ -246,7 +246,6 @@ locals {
246
246
regional = element (concat (google_container_cluster. primary . * . vertical_pod_autoscaling . 0 . enabled , [" " ]), 0 )
247
247
zonal = element (concat (google_container_cluster. zonal_primary . * . vertical_pod_autoscaling . 0 . enabled , [" " ]), 0 )
248
248
}
249
-
250
249
# /BETA features
251
250
252
251
cluster_type_output_node_pools_names = {
You can’t perform that action at this time.
0 commit comments