summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-08 21:59:51 +0300
committerPaul Buetow <paul@buetow.org>2025-08-08 21:59:51 +0300
commit9a142938508ef886be238fb14ea8536cf5c2ac73 (patch)
tree7fe69c443eb0646b0dd87a664d7513a5930e9807
parentedce07369eec1f8f149b4796e06d9add870189e6 (diff)
more migrated to k3smain
-rw-r--r--org-buetow-ecs/variables.tf23
1 files 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
-}