summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-01 10:10:45 +0200
committerPaul Buetow <paul@buetow.org>2024-02-01 10:10:45 +0200
commit60243ccf07060f593b16e373578b0a5d5d44cc94 (patch)
tree8510308c28b41ebcf2c76711de1415f0b7d865cc
parentc3dd4d96ff41a562cbe5dd80c764be66e301f896 (diff)
dont deploy synctyhing by default
-rw-r--r--org-buetow-ecs/variables.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-buetow-ecs/variables.tf b/org-buetow-ecs/variables.tf
index 6b3a81f..5127d0c 100644
--- a/org-buetow-ecs/variables.tf
+++ b/org-buetow-ecs/variables.tf
@@ -31,7 +31,7 @@ variable "deploy_radicale" {
variable "deploy_syncthing" {
description = "Deploy Syncthing Server?"
type = bool
- default = true
+ default = false
}
variable "deploy_vault" {