After Terraform creates cluster, how do you new Kubernetes credentials with helm provider?

10/25/2018

I'm using Terraform to create a Kubernetes cluster. As part of that, I am updating the local .kube/config with the new credentials. Unfortunately, it looks like the Helm provider in Terraform loads its credentials at the start of the apply. Is there a way to force the provider to load its credentials after cluster creation?

-- outside2344
kubernetes-helm
terraform

0 Answers