diff options
| author | Paul Buetow <paul@buetow.org> | 2024-01-08 00:43:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-01-08 00:43:53 +0200 |
| commit | c3dd4d96ff41a562cbe5dd80c764be66e301f896 (patch) | |
| tree | f9c8a3253f234b82c27b3f5005ea62ae04238c92 | |
| parent | bd153cb1be2b531dea42fb3b472bd400fd21d500 (diff) | |
add for 2 h
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +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 +sleep: + @echo 'Waiting for 2 hours.' + sleep 7200 +for2h: apply sleep destroy init: cd org-buetow-base && terraform init cd org-buetow-bastion && terraform init |
