File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -714,7 +714,6 @@ resource "google_container_node_pool" "windows_pools" {
714
714
}
715
715
}
716
716
717
- {% if beta_cluster %}
718
717
dynamic "placement_policy" {
719
718
for_each = length(lookup(each.value, "placement_policy", "")) > 0 ? [each.value] : []
720
719
content {
@@ -733,7 +732,6 @@ resource "google_container_node_pool" "windows_pools" {
733
732
{% endif %}
734
733
}
735
734
}
736
- {% endif %}
737
735
738
736
management {
739
737
auto_repair = lookup(each.value, "auto_repair", true)
Original file line number Diff line number Diff line change @@ -455,7 +455,6 @@ resource "google_container_node_pool" "pools" {
455
455
}
456
456
}
457
457
458
-
459
458
management {
460
459
auto_repair = lookup (each. value , " auto_repair" , true )
461
460
auto_upgrade = lookup (each. value , " auto_upgrade" , local. default_auto_upgrade )
You can’t perform that action at this time.
0 commit comments