We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ad9d8 commit 1eceea6Copy full SHA for 1eceea6
modules/beta-private-cluster/cluster.tf
@@ -674,8 +674,9 @@ resource "google_container_node_pool" "pools" {
674
for_each = length(lookup(each.value, "pod_range", "")) > 0 ? [each.value] : []
675
content {
676
pod_range = lookup(network_config.value, "pod_range", null)
677
- enable_private_nodes = lookup(network_config.value, "enable_private_nodes", var.enable_private_nodes)
+ enable_private_nodes = false)
678
}
679
+
680
681
682
management {
0 commit comments