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 6f56cd3 commit fd14e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/delete-after.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "check_delete_after_exists" {
# source = "Invicton-Labs/assertion/null"
# version = "0.2.4"
// The ternary forces a wait until the file has been created
condition = fileexists(module.delete_after.datasource != {} ? module.delete_after.filename : "")
condition = fileexists(module.delete_after.created ? module.delete_after.filename : "")
error_message = "delete-after (exists): expected file to exist, but it does not"
}

Expand Down

0 comments on commit fd14e7e

Please sign in to comment.