Add hetzner storage box to terraform and immich
This commit is contained in:
parent
400b342ec4
commit
0a6ac9b168
13 changed files with 210 additions and 77 deletions
|
|
@ -172,6 +172,7 @@ variable "services" {
|
|||
s3 = optional(string)
|
||||
s3_buckets = optional(list(string))
|
||||
database = bool
|
||||
storage_box = optional(bool, false)
|
||||
mail = optional(string)
|
||||
mail_smtp = optional(bool, true)
|
||||
mail_imap = optional(bool, false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue