Add mailcow to terraform
This commit is contained in:
parent
d73462cd90
commit
f20b2596d0
18 changed files with 135 additions and 35 deletions
modules/services
|
@ -18,5 +18,6 @@ variable "services" {
|
|||
auth_redirects = optional(list(string))
|
||||
s3 = bool
|
||||
database = bool
|
||||
mail = optional(string)
|
||||
}))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue