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 c605aab commit 03802b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/delete-after.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ module "check_delete_after_exists" {
}

resource "terraform_data" "bootstrap" {
input = {
module_complete = module.delete_after.complete
}
input = module.delete_after.complete
}
# module "check_delete_after_deleted" {
# source = "../assertion"
Expand Down

0 comments on commit 03802b6

Please sign in to comment.