Skip to content

Commit

Permalink
fix v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Hernández committed Feb 14, 2024
1 parent ff800b5 commit 8944fa9
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 @@ -375,7 +375,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 ? 0 : null
max_unavailable_fixed = var.is_replicated_deployment ? 3 : null
max_surge_fixed = null
max_surge_percent = null
max_unavailable_percent = null
Expand Down

0 comments on commit 8944fa9

Please sign in to comment.