Skip to content

Commit a7cedfb

Browse files
authored
Merge pull request #98 from terraform-google-modules/adrienthebo/maint/zonal-node-pool-auto-upgrade
Synchronize zonal and regional node pool auto_upgrade default
2 parents 2162779 + 2db1bcd commit a7cedfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster_zonal.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ resource "google_container_node_pool" "zonal_pools" {
108108

109109
management {
110110
auto_repair = "${lookup(var.node_pools[count.index], "auto_repair", true)}"
111-
auto_upgrade = "${lookup(var.node_pools[count.index], "auto_upgrade", false)}"
111+
auto_upgrade = "${lookup(var.node_pools[count.index], "auto_upgrade", true)}"
112112
}
113113

114114
node_config {

0 commit comments

Comments
 (0)