Skip to content

Commit

Permalink
add back tf destroy to mut_output
Browse files Browse the repository at this point in the history
  • Loading branch information
marshall7m committed Nov 18, 2022
1 parent 12ec857 commit 19181a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,5 +353,5 @@ def mut_output(request, reset_moto_server, tfvars_files):

yield tf.output(use_cache=True)

# log.debug("Running terraform destroy")
# tf.destroy(auto_approve=True)
log.debug("Running terraform destroy")
tf.destroy(auto_approve=True)

0 comments on commit 19181a4

Please sign in to comment.