5 lines
41 B
Terraform
5 lines
41 B
Terraform
|
output "minio" {
|
||
|
value = module.minio
|
||
|
}
|
||
|
|