From 1cfdd66a38dc2a10c0f383be92a3e763355df70f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 5 Apr 2025 08:28:38 +0300 Subject: .PHONYing them --- org-buetow-ecs/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'org-buetow-ecs') diff --git a/org-buetow-ecs/Makefile b/org-buetow-ecs/Makefile index ac16539..0f09b3d 100644 --- a/org-buetow-ecs/Makefile +++ b/org-buetow-ecs/Makefile @@ -1,5 +1,9 @@ -apply: +.PHONY: apply destroy recreate + +apply: terraform apply -auto-approve -destroy: + +destroy: terraform destroy -auto-approve + recreate: destroy apply -- cgit v1.2.3