From 55aab5651c84ff5f88a6e653f61769608187705d Mon Sep 17 00:00:00 2001 From: Lucas Telles Date: Tue, 3 Dec 2024 10:38:36 -0300 Subject: [PATCH] Disable wait sync from ipa argocd_application --- ipa.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipa.tf b/ipa.tf index 8e4a48bb..50011296 100644 --- a/ipa.tf +++ b/ipa.tf @@ -1555,7 +1555,7 @@ resource "argocd_application" "ipa" { count = var.argo_enabled == true ? 1 : 0 - wait = true + wait = false metadata { name = lower("${var.aws_account}-${var.region}-${var.label}-deploy-ipa")