summaryrefslogtreecommitdiff
path: root/org-buetow-ecs/variables.tf
blob: 0da5157b95eae3be522accf612752c629557cead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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
  default     = false
}

variable "deploy_audiobookshelf" {
  description = "Deploy Audio Bool Shelf Server?"
  type        = bool
  default     = false
}

variable "deploy_bag" {
  description = "Deploy Wallabag Server?"
  type        = bool
  default     = false
}

variable "deploy_syncthing" {
  description = "Deploy Syncthing Server?"
  type        = bool
  default     = false
}

variable "deploy_nginx" {
  description = "Deploy Nginx Server?"
  type        = bool
  default     = false
}

variable "deploy_gpodder" {
  description = "Deploy Mcro GPodder Server?"
  type        = bool
  default     = true
}

variable "deploy_radicale" {
  description = "Deploy Radicale Server?"
  type        = bool
  default     = true
}