terraform-provider-helm/examples/example_3.tf

8 lines
131 B
HCL

provider "helm" {
kubernetes = {
config_paths = [
"/path/to/config_a.yaml",
"/path/to/config_b.yaml"
]
}
}