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/minio.tf
Matthew Baggett e8a89352e2
Some checks failed
Trunk Check / Trunk Check Runner (push) Failing after 2s
fmt
2024-07-08 17:57:53 +02:00

8 lines
236 B
HCL

module "minio" {
source = "./modules/minio"
domain = "s3.california.ti"
network = docker_network.loadbalancer
storage_path = "/media/storage/minio"
admin_username = "techinc"
expose_ports = true
}