You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
there's a problem on using the provider in a Terraform code that also deploys the Kubernetes cluster.
The provider pings the cluster during the configure phase (which happens during the plan), obviously if the cluster itself doesn't exists the provider exit with error and the plan fails.
Hello,
there's a problem on using the provider in a Terraform code that also deploys the Kubernetes cluster.
The provider pings the cluster during the configure phase (which happens during the plan), obviously if the cluster itself doesn't exists the provider exit with error and the plan fails.
The issue is generated by this code:
The solution would be to remove the code and let the provider fail afterwards if it's not able to connect to the cluster.
The text was updated successfully, but these errors were encountered: