Skip to content

Commit 434c3a7

Browse files
committed
feat: add support for pod_range in private cluster
1 parent 493149d commit 434c3a7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
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)

modules/private-cluster/cluster.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ resource "google_container_node_pool" "pools" {
455455
}
456456
}
457457

458-
459458
management {
460459
auto_repair = lookup(each.value, "auto_repair", true)
461460
auto_upgrade = lookup(each.value, "auto_upgrade", local.default_auto_upgrade)

0 commit comments

Comments
 (0)