Skip to content

Commit

Permalink
Update delete-after.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Sep 10, 2024
1 parent c4bfe1d commit 169a91e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/delete-after.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module "delete_after" {
delete_after = [
// This forces the delete to wait until the first check has occured
module.check_delete_after_exists.checked,
uuid()
]
}

Expand All @@ -19,9 +18,6 @@ module "check_delete_after_exists" {
error_message = "delete-after (exists): expected file to exist, but it does not"
}

resource "terraform_data" "bootstrap" {
input = module.delete_after.complete
}
module "check_delete_after_deleted" {
source = "../assertion"
# source = "Invicton-Labs/assertion/null"
Expand Down

0 comments on commit 169a91e

Please sign in to comment.