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.
2 parents 2162779 + 2db1bcd commit a7cedfbCopy full SHA for a7cedfb
cluster_zonal.tf
@@ -108,7 +108,7 @@ resource "google_container_node_pool" "zonal_pools" {
108
109
management {
110
auto_repair = "${lookup(var.node_pools[count.index], "auto_repair", true)}"
111
- auto_upgrade = "${lookup(var.node_pools[count.index], "auto_upgrade", false)}"
+ auto_upgrade = "${lookup(var.node_pools[count.index], "auto_upgrade", true)}"
112
}
113
114
node_config {
0 commit comments