Add mailcow to terraform

This commit is contained in:
Tobias Reisinger 2024-10-29 22:43:05 +01:00
parent d73462cd90
commit f20b2596d0
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
18 changed files with 135 additions and 35 deletions
modules/services

View file

@ -18,5 +18,6 @@ variable "services" {
auth_redirects = optional(list(string))
s3 = bool
database = bool
mail = optional(string)
}))
}