From edce07369eec1f8f149b4796e06d9add870189e6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 7 Aug 2025 17:08:09 +0300 Subject: update --- Makefile | 2 +- org-buetow-ecs/variables.tf | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 5fdfa42..f1e26f6 100644 --- a/Makefile +++ b/Makefile @@ -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" { -- cgit v1.2.3