bouwroute-devops/infra/modules/rancher/minio.tf

8 lines
150 B
HCL

module "minio" {
source = "../../modules/minio"
config_path = local_file.kube_config_server_yaml.filename
hostname = local.minio_server_dns
}