mirror of
https://github.com/hashicorp/terraform-provider-kubernetes.git
synced 2026-02-18 18:18:54 -05:00
6 lines
108 B
HCL
6 lines
108 B
HCL
provider "kubernetes" {
|
|
config_paths = [
|
|
"/path/to/config_a.yaml",
|
|
"/path/to/config_b.yaml"
|
|
]
|
|
}
|