summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-12-31 18:32:48 +0200
committerPaul Buetow <paul@buetow.org>2023-12-31 18:32:48 +0200
commitb8a3eae3d237c81f1eaf0d9aa59b36b93c78bd4f (patch)
tree5e8edcc7c2f3a2bd9a91326406ad69b3d42fc1eb /Makefile
parentc9343e11b777cace469f02f0c29aa07bae7fdc3c (diff)
cleanup playgrounds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c6d0d12..2761b27 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,7 @@ apply:
#cd org-buetow-bastion && terraform apply -auto-approve
cd org-buetow-elb && terraform apply -auto-approve
cd org-buetow-ecs && terraform apply -auto-approve
- #cd org-buetow-nextcloud && terraform apply -auto-approve
destroy:
- cd org-buetow-nextcloud && terraform destroy -auto-approve
cd org-buetow-ecs && terraform destroy -auto-approve
cd org-buetow-elb && terraform destroy -auto-approve
cd org-buetow-bastion && terraform destroy -auto-approve