diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-24 18:36:21 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-24 18:36:21 +0200 |
| commit | 5375498d0d25e46fa89545b5c607f33b16b9c379 (patch) | |
| tree | d15f30b82c99acf0d8f1dbe20abf6e614f474931 /Makefile | |
| parent | cba51c4cb915721e68e1e7b783d21805d562d740 (diff) | |
initial nlb
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ apply: cd org-buetow-base && terraform apply -auto-approve 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-ecs && terraform apply -auto-approve #cd org-buetow-nextcloud && terraform apply -auto-approve destroy: cd org-buetow-nextcloud && terraform destroy -auto-approve |
