Skip to content

Commit

Permalink
Disable wait sync from ipa argocd_application
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl committed Dec 3, 2024
1 parent 1013d3e commit 55aab56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 55aab56

Please sign in to comment.