We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd5e03 commit 84ebc7eCopy full SHA for 84ebc7e
autogen/main/cluster.tf.tmpl
@@ -659,7 +659,8 @@ resource "google_container_node_pool" "windows_pools" {
659
dynamic "network_config" {
660
for_each = length(lookup(each.value, "pod_range", "")) > 0 ? [each.value] : []
661
content {
662
- pod_range = lookup(network_config.value, "pod_range", null)
+ pod_range = lookup(network_config.value, "pod_range", null)
663
+ enable_private_nodes = var.enable_private_nodes
664
}
665
666
{% endif %}
0 commit comments