terraform-provider-helm/examples/example_2.tf

5 lines
76 B
HCL

provider "helm" {
kubernetes = {
config_path = "~/.kube/config"
}
}