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 4386305 commit 1f3944dCopy full SHA for 1f3944d
iac/provider-gcp/nomad-cluster/nodepool-api.tf
@@ -82,7 +82,7 @@ resource "google_compute_instance_group_manager" "api_pool" {
82
# Server is a stateful cluster, so the update strategy used to roll out a new GCE Instance Template must be
83
# a rolling update.
84
update_policy {
85
- type = var.environment == "dev" ? "OPPORTUNISTIC" : "OPPORTUNISTIC"
+ type = var.environment == "dev" ? "PROACTIVE" : "OPPORTUNISTIC"
86
minimal_action = "REPLACE"
87
max_surge_fixed = 1
88
max_surge_percent = null
0 commit comments