diff options
Diffstat (limited to 'org-buetow-ecs/Makefile')
| -rw-r--r-- | org-buetow-ecs/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/org-buetow-ecs/Makefile b/org-buetow-ecs/Makefile index ac16539..0f09b3d 100644 --- a/org-buetow-ecs/Makefile +++ b/org-buetow-ecs/Makefile @@ -1,5 +1,9 @@ -apply: +.PHONY: apply destroy recreate + +apply: terraform apply -auto-approve -destroy: + +destroy: terraform destroy -auto-approve + recreate: destroy apply |
