diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-07 17:08:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-07 17:08:09 +0300 |
| commit | edce07369eec1f8f149b4796e06d9add870189e6 (patch) | |
| tree | caeac6011a2894c023943569abef24309d225f9d | |
| parent | 1cfdd66a38dc2a10c0f383be92a3e763355df70f (diff) | |
update
| -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" { |
