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 4e24613 commit 0c39a04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/delete-after.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ 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 0c39a04

Please sign in to comment.