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 841db23 commit 4710b28
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/delete-after.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ module "check_delete_after_exists" {
error_message = "delete-after (exists): expected file to exist, but it does not"
}

output "debug" {
value = module.delete_after.complete
data "null_data_source" "debug" {
inputs = {
debug = module.delete_after.complete
}
}


# module "check_delete_after_deleted" {
# source = "../assertion"
# # source = "Invicton-Labs/assertion/null"
Expand Down

0 comments on commit 4710b28

Please sign in to comment.