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

6 lines
73 B
HCL

provider "helm" {
kubernetes {
config_path = var.config_path
}
}