From 8944fa97f4afc9e5021525d663b741b048acc805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Hern=C3=A1ndez?= Date: Wed, 14 Feb 2024 12:53:30 +0100 Subject: [PATCH] fix v5 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 569a87a4..86c004be 100644 --- a/main.tf +++ b/main.tf @@ -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