diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-23 12:11:19 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-23 12:11:19 +0200 |
| commit | e9affe73fd5666cfe4429207b83bb34a8441c440 (patch) | |
| tree | d32976313942ad609cc051324a3ca7412d0a5a45 /Makefile | |
| parent | 1a4c1f55d04dbf69ce440f0c9052ed4eaba23d25 (diff) | |
initial public ipv6 for EC2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ apply: cd org-buetow-base && terraform apply -auto-approve - #cd org-buetow-bastion && 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 |
