Add mailcow to terraform
This commit is contained in:
parent
d73462cd90
commit
f20b2596d0
18 changed files with 135 additions and 35 deletions
10
variables.tf
10
variables.tf
|
@ -72,6 +72,15 @@ variable "healthchecksio_api_key" {
|
|||
}
|
||||
|
||||
|
||||
variable "mailcow_host_name" {
|
||||
default = "mail.serguzim.me"
|
||||
}
|
||||
|
||||
variable "mailcow_api_key" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
|
||||
variable "ovh_application_key" {
|
||||
sensitive = true
|
||||
}
|
||||
|
@ -169,6 +178,7 @@ 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