Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Sep 10, 2024
1 parent ba4fc69 commit b9b6332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ output "done" {
module.check_touch.checked,
module.check_multi_chunk_base64_external.checked,
module.check_multi_chunk_base64_external_no_change.checked,
module.check_delete_after_exists.checked,
module.check_delete_after_deleted.checked,
# module.check_delete_after_exists.checked,
# module.check_delete_after_deleted.checked,
]) == 0 ? true : true
}

0 comments on commit b9b6332

Please sign in to comment.