From bd153cb1be2b531dea42fb3b472bd400fd21d500 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Jan 2024 23:35:39 +0200 Subject: add init target --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3