IAC/output.tf

5 lines
41 B
Terraform
Raw Normal View History

2024-06-22 22:37:13 +00:00
output "minio" {
value = module.minio
}