diff --git a/infra/networking/Makefile b/infra/networking/Makefile index cb42529..d5a7352 100644 --- a/infra/networking/Makefile +++ b/infra/networking/Makefile @@ -16,7 +16,7 @@ test: rip: - source ../secrets/set-env.sh && terraform destroy + source ../secrets/set-env.sh && terraform plan -destroy -out $(plan) clean: rm -f $(plan) diff --git a/infra/sec-groups/Makefile b/infra/sec-groups/Makefile index cb42529..d5a7352 100644 --- a/infra/sec-groups/Makefile +++ b/infra/sec-groups/Makefile @@ -16,7 +16,7 @@ test: rip: - source ../secrets/set-env.sh && terraform destroy + source ../secrets/set-env.sh && terraform plan -destroy -out $(plan) clean: rm -f $(plan)