provider "helm" { kubernetes = { host = "https://cluster_endpoint:port" client_certificate = file("~/.kube/client-cert.pem") client_key = file("~/.kube/client-key.pem") cluster_ca_certificate = file("~/.kube/cluster-ca-cert.pem") } }