summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-12-23 12:11:19 +0200
committerPaul Buetow <paul@buetow.org>2023-12-23 12:11:19 +0200
commite9affe73fd5666cfe4429207b83bb34a8441c440 (patch)
treed32976313942ad609cc051324a3ca7412d0a5a45 /Makefile
parent1a4c1f55d04dbf69ce440f0c9052ed4eaba23d25 (diff)
initial public ipv6 for EC2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c6d0d12..04cbd9d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
apply:
cd org-buetow-base && terraform apply -auto-approve
- #cd org-buetow-bastion && 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