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 d0c4c36 commit 326c9cc
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 @@ -13,7 +13,7 @@ module "check_delete_after_exists" {
source = "../assertion"
//version = "~>0.2.5"
// 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.datasource != {} ? module.delete_after.filename : "")
error_message = "delete-after (exists): expected file to exist, but it does not"
}

Expand Down

0 comments on commit 326c9cc

Please sign in to comment.