diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-31 09:20:31 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-31 09:20:31 +0200 |
| commit | b888d505502a33de6587485eb41f2a150aa86385 (patch) | |
| tree | 264deadeb3ae53c3446a112c04d95c4640fc3d5d /Makefile | |
| parent | 26d797bf54febbf7a23ec09c55e91f4961a08aa5 (diff) | |
comment out unused services
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ 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-nextcloud && terraform apply -auto-approve |
