This repository has been archived on 2024-11-12. You can view files and clone it, but cannot push or open issues or pull requests.
iac/output.tf

5 lines
43 B
Terraform
Raw Permalink Normal View History

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