Skip to content

Commit

Permalink
Wait for NLB deletion in ACK and Crossplane labs
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Dec 16, 2024
1 parent 77d2431 commit 05e5d95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,7 @@ resource "kubectl_manifest" "nlb" {

})

wait = true

depends_on = [time_sleep.blueprints_addons_sleep]
}
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,7 @@ resource "kubectl_manifest" "nlb" {

})

wait = true

depends_on = [time_sleep.blueprints_addons_sleep]
}

0 comments on commit 05e5d95

Please sign in to comment.