Skip to content

Commit

Permalink
add ga features
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkr619 committed Nov 20, 2023
1 parent 45950ad commit c1a7af8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autogen/main/cluster.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ resource "google_container_node_pool" "windows_pools" {
}
}

{% if beta_cluster %}
dynamic "placement_policy" {
for_each = length(lookup(each.value, "placement_policy", "")) > 0 ? [each.value] : []
content {
Expand All @@ -733,7 +732,6 @@ resource "google_container_node_pool" "windows_pools" {
{% endif %}
}
}
{% endif %}

management {
auto_repair = lookup(each.value, "auto_repair", true)
Expand Down

0 comments on commit c1a7af8

Please sign in to comment.