Skip to content

Commit

Permalink
fix: wait for app removel before deleting the project
Browse files Browse the repository at this point in the history
  • Loading branch information
modridi committed Apr 13, 2022
1 parent fc5d120 commit f82a246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ resource "argocd_application" "this" {
namespace = var.argocd_namespace
}

wait = true

spec {
project = argocd_project.this.metadata.0.name

Expand Down

0 comments on commit f82a246

Please sign in to comment.