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?