Add minio to terraform

This commit is contained in:
Tobias Reisinger 2025-06-08 19:33:26 +02:00
parent 4264017641
commit 37a304d161
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 130 additions and 0 deletions

View file

@ -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