From cd4fec80fb930b53c73f1f3d9220fa3e6d958e6e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Jul 2024 23:00:38 +0300 Subject: add EKS to the makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3