-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Failed to construct REST client #4
Comments
Proper fix would require better code structure/modularisation like in this example - https://github.com/hashicorp/terraform-provider-kubernetes/tree/main/_examples/gke Quick workaround - comment out |
I'll be trying to deploy a new prod cluster next week on Monday. I'll go through the deployment steps and come back with feedback about the experience. |
Awesome news. Thank you Rafal. |
Fixed by introducing preflight mode (terraform_preflight variable). Looks like to solve this and similar issues it's either two-step run of single module or splitting the project into two root modules. There are additions to installation procedure in |
When running on a fresh GC projects:
The text was updated successfully, but these errors were encountered: