summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7db751d..6d3afcb 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ apply:
destroy:
cd org-buetow-ecs && terraform destroy -auto-approve
cd org-buetow-elb && terraform destroy -auto-approve
+ cd org-buetow-eks && terraform destroy -auto-approve
cd org-buetow-bastion && terraform destroy -auto-approve
sleep:
@echo 'Waiting for 2 hours.'
@@ -16,5 +17,6 @@ init:
cd org-buetow-bastion && terraform init
cd org-buetow-elb && terraform init
cd org-buetow-ecs && terraform init
+ cd org-buetow-eks && terraform init
recreate: destroy apply