summaryrefslogtreecommitdiff
path: root/org-buetow-ecs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-05 08:28:38 +0300
committerPaul Buetow <paul@buetow.org>2025-04-05 08:28:38 +0300
commit1cfdd66a38dc2a10c0f383be92a3e763355df70f (patch)
tree5be9c5f0210a0e50bffddd1a8168e7e13bf8577a /org-buetow-ecs
parent51b8f7888da97aefe1958f1a864ba4426b357d37 (diff)
.PHONYing them
Diffstat (limited to 'org-buetow-ecs')
-rw-r--r--org-buetow-ecs/Makefile8
1 files changed, 6 insertions, 2 deletions
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