Add ability to select imap and smtp access for mailcow users
This commit is contained in:
parent
f328125d22
commit
0d11d9f3d4
3 changed files with 7 additions and 2 deletions
|
@ -23,5 +23,7 @@ variable "services" {
|
|||
s3_buckets = optional(list(string))
|
||||
database = bool
|
||||
mail = optional(string)
|
||||
mail_smtp = bool
|
||||
mail_imap = bool
|
||||
}))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue