Add mailcow to terraform
This commit is contained in:
parent
d73462cd90
commit
f20b2596d0
18 changed files with 135 additions and 35 deletions
modules/services
|
@ -19,3 +19,13 @@ output "postgresql_data" {
|
|||
}
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "mailcow_data" {
|
||||
value = {
|
||||
for key in keys(mailcow_mailbox.services) : key => {
|
||||
"address" = mailcow_mailbox.services[key].address
|
||||
"password" = mailcow_mailbox.services[key].password
|
||||
}
|
||||
}
|
||||
sensitive = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue