Skip to content

Commit

Permalink
Merge pull request terraform-google-modules#98 from terraform-google-…
Browse files Browse the repository at this point in the history
…modules/adrienthebo/maint/zonal-node-pool-auto-upgrade

Synchronize zonal and regional node pool auto_upgrade default
  • Loading branch information
aaron-lane authored Mar 12, 2019
2 parents 2162779 + 2db1bcd commit a7cedfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster_zonal.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ resource "google_container_node_pool" "zonal_pools" {

management {
auto_repair = "${lookup(var.node_pools[count.index], "auto_repair", true)}"
auto_upgrade = "${lookup(var.node_pools[count.index], "auto_upgrade", false)}"
auto_upgrade = "${lookup(var.node_pools[count.index], "auto_upgrade", true)}"
}

node_config {
Expand Down

0 comments on commit a7cedfb

Please sign in to comment.