summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-01-03 23:35:39 +0200
committerPaul Buetow <paul@buetow.org>2024-01-03 23:35:39 +0200
commitbd153cb1be2b531dea42fb3b472bd400fd21d500 (patch)
tree73f6725810d94e176eb64a41fb70a27b96741cc1 /Makefile
parente0405c3e480cff4c40ca868cafd7f88e21f8a76e (diff)
add init target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2761b27..963db10 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,10 @@ destroy:
cd org-buetow-ecs && terraform destroy -auto-approve
cd org-buetow-elb && terraform destroy -auto-approve
cd org-buetow-bastion && terraform destroy -auto-approve
+init:
+ cd org-buetow-base && terraform init
+ cd org-buetow-bastion && terraform init
+ cd org-buetow-elb && terraform init
+ cd org-buetow-ecs && terraform init
+
recreate: destroy apply