mirror of
https://github.com/hashicorp/terraform-provider-helm.git
synced 2026-06-10 17:10:06 -04:00
8 lines
131 B
HCL
8 lines
131 B
HCL
provider "helm" {
|
|
kubernetes = {
|
|
config_paths = [
|
|
"/path/to/config_a.yaml",
|
|
"/path/to/config_b.yaml"
|
|
]
|
|
}
|
|
}
|