Skip to content

Commit

Permalink
comply to mig constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Hernández committed Jun 13, 2024
1 parent eaa831b commit 4a8413c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ module "vm_mig" {
type = "OPPORTUNISTIC"
instance_redistribution_type = "NONE"
minimal_action = var.is_replicated_deployment ? "RESTART" : "REPLACE"
max_unavailable_fixed = var.is_replicated_deployment ? 3 : null
max_unavailable_fixed = 3
max_surge_fixed = null
max_surge_percent = null
max_unavailable_percent = null
Expand Down

0 comments on commit 4a8413c

Please sign in to comment.