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