diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-01 10:10:45 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-01 10:10:45 +0200 |
| commit | 60243ccf07060f593b16e373578b0a5d5d44cc94 (patch) | |
| tree | 8510308c28b41ebcf2c76711de1415f0b7d865cc | |
| parent | c3dd4d96ff41a562cbe5dd80c764be66e301f896 (diff) | |
dont deploy synctyhing by default
| -rw-r--r-- | org-buetow-ecs/variables.tf | 2 |
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" { |
