diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-31 18:32:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-31 18:32:48 +0200 |
| commit | b8a3eae3d237c81f1eaf0d9aa59b36b93c78bd4f (patch) | |
| tree | 5e8edcc7c2f3a2bd9a91326406ad69b3d42fc1eb /Makefile | |
| parent | c9343e11b777cace469f02f0c29aa07bae7fdc3c (diff) | |
cleanup playgrounds
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,9 +3,7 @@ apply: #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-nextcloud && terraform apply -auto-approve destroy: - cd org-buetow-nextcloud && terraform destroy -auto-approve cd org-buetow-ecs && terraform destroy -auto-approve cd org-buetow-elb && terraform destroy -auto-approve cd org-buetow-bastion && terraform destroy -auto-approve |
