Add minio to terraform
This commit is contained in:
parent
4264017641
commit
37a304d161
9 changed files with 130 additions and 0 deletions
|
@ -22,6 +22,11 @@ output "mailcow_data" {
|
|||
sensitive = true
|
||||
}
|
||||
|
||||
output "minio_data" {
|
||||
value = module.services.minio_data
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "postgresql_data" {
|
||||
value = module.services.postgresql_data
|
||||
sensitive = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue