Add mailcow to terraform
This commit is contained in:
parent
d73462cd90
commit
f20b2596d0
18 changed files with 135 additions and 35 deletions
|
@ -17,6 +17,11 @@ output "healthchecksio" {
|
|||
sensitive = true
|
||||
}
|
||||
|
||||
output "mailcow_data" {
|
||||
value = module.services.mailcow_data
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "postgresql_data" {
|
||||
value = module.services.postgresql_data
|
||||
sensitive = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue