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 Feb 18, 2022
1 parent 217fccc commit c1c162c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/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 c1c162c

Please sign in to comment.