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 073c6e7 commit 2bc572a
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 @@ -32,6 +32,6 @@ module "check_delete_after_deleted" {
// This forces a wait until the deletion has been completed as well
module.delete_after
]
condition = !fileexists(module.delete_after.datasource == {} ? module.delete_after.filename : "")
condition = !fileexists(module.delete_after.datasource != {} ? module.delete_after.filename : "")
error_message = "delete-after (deleted): expected file to be deleted, but it exists"
}

0 comments on commit 2bc572a

Please sign in to comment.