From 19181a4233b5e5564bb6de69b2519a0d6d96af92 Mon Sep 17 00:00:00 2001 From: Marshall Mamiya <44485531+marshall7m@users.noreply.github.com> Date: Thu, 17 Nov 2022 16:56:23 -0800 Subject: [PATCH] add back tf destroy to mut_output --- tests/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index a130be3a..8b4d79cb 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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)