summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-12-24 18:36:21 +0200
committerPaul Buetow <paul@buetow.org>2023-12-24 18:36:21 +0200
commit5375498d0d25e46fa89545b5c607f33b16b9c379 (patch)
treed15f30b82c99acf0d8f1dbe20abf6e614f474931 /Makefile
parentcba51c4cb915721e68e1e7b783d21805d562d740 (diff)
initial nlb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04cbd9d..30feaf3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ apply:
cd org-buetow-base && terraform apply -auto-approve
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-ecs && terraform apply -auto-approve
#cd org-buetow-nextcloud && terraform apply -auto-approve
destroy:
cd org-buetow-nextcloud && terraform destroy -auto-approve