summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-}