From 9a142938508ef886be238fb14ea8536cf5c2ac73 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 8 Aug 2025 21:59:51 +0300 Subject: more migrated to k3s --- org-buetow-ecs/variables.tf | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/org-buetow-ecs/variables.tf b/org-buetow-ecs/variables.tf index afc6bc2..0da5157 100644 --- a/org-buetow-ecs/variables.tf +++ b/org-buetow-ecs/variables.tf @@ -1,3 +1,15 @@ +variable "deploy_vault" { + description = "Deploy Vaultwarden Server?" + type = bool + default = false +} + +variable "deploy_flux" { + description = "Deploy Miniflux Server?" + type = bool + default = false +} + variable "deploy_anki" { description = "Deploy Anki Sync Server?" type = bool @@ -40,14 +52,3 @@ variable "deploy_radicale" { default = true } -variable "deploy_vault" { - description = "Deploy Vaultwarden Server?" - type = bool - default = true -} - -variable "deploy_flux" { - description = "Deploy Miniflux Server?" - type = bool - default = true -} -- cgit v1.2.3