diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | org-buetow-ecs/variables.tf | 22 |
2 files changed, 12 insertions, 12 deletions
@@ -1,4 +1,4 @@ -.PHONY: apply destroy sleep for2h init recreate +# .PHONY: apply destroy sleep for2h init recreate apply: cd org-buetow-base && terraform apply -auto-approve diff --git a/org-buetow-ecs/variables.tf b/org-buetow-ecs/variables.tf index 83dca35..afc6bc2 100644 --- a/org-buetow-ecs/variables.tf +++ b/org-buetow-ecs/variables.tf @@ -7,19 +7,19 @@ variable "deploy_anki" { variable "deploy_audiobookshelf" { description = "Deploy Audio Bool Shelf Server?" type = bool - default = true + default = false } variable "deploy_bag" { description = "Deploy Wallabag Server?" type = bool - default = true + default = false } -variable "deploy_gpodder" { - description = "Deploy Mcro GPodder Server?" +variable "deploy_syncthing" { + description = "Deploy Syncthing Server?" type = bool - default = true + default = false } variable "deploy_nginx" { @@ -28,22 +28,22 @@ variable "deploy_nginx" { default = false } -variable "deploy_radicale" { - description = "Deploy Radicale Server?" +variable "deploy_gpodder" { + description = "Deploy Mcro GPodder Server?" type = bool default = true } -variable "deploy_syncthing" { - description = "Deploy Syncthing Server?" +variable "deploy_radicale" { + description = "Deploy Radicale Server?" type = bool - default = false + default = true } variable "deploy_vault" { description = "Deploy Vaultwarden Server?" type = bool - default = false + default = true } variable "deploy_flux" { |
