Skip to content

Commit c1a7af8

Browse files
committed
add ga features
1 parent 45950ad commit c1a7af8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autogen/main/cluster.tf.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,6 @@ resource "google_container_node_pool" "windows_pools" {
714714
}
715715
}
716716

717-
{% if beta_cluster %}
718717
dynamic "placement_policy" {
719718
for_each = length(lookup(each.value, "placement_policy", "")) > 0 ? [each.value] : []
720719
content {
@@ -733,7 +732,6 @@ resource "google_container_node_pool" "windows_pools" {
733732
{% endif %}
734733
}
735734
}
736-
{% endif %}
737735

738736
management {
739737
auto_repair = lookup(each.value, "auto_repair", true)

0 commit comments

Comments
 (0)