-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Failed to query available provider packages error when leveraging head of beta-autopilot-private-cluster alongside head of network/google module #2210
Comments
Alas, I can get things to work if I downgrade like so. I may be missing something.
But would be nice to be able to use the latest version of modules such as ⏫ this one by fixing the google-beta limitations. Happy to provide further clarity. Also, if it's better that I call these two modules separately from my root module so I can leverage the proper provider versions (using provider aliases), please advise. I can do that too going forward. Thanks in advance! |
Hi @shermanericts - I would recommend trying https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/releases/tag/v35.0.0 which was just released and supports TPG v6.11+. It should solve your issue, just be sure to review the upgrade guide. |
Ahh, https://github.com/terraform-google-modules/terraform-google-network/releases/tag/v10.0.0 was only released yesterday, so still in-progress to roll out to this repo: #2213 |
ah gotcha, nice find. Thanks!! I'll let you close this ticket or you can wait until this is merged. appreciated |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
TL;DR
When leveraging the following two modules (github.com/terraform-google-modules/terraform-google-network and the beta-autopilot-private-cluster module in the terraform-google-kubernetes-engine), I'm receiving the following error:
Expected behavior
As of 12/10/2024, a common google-beta provider version of 5.45.0 was found. Moreover I noticed that there is an upgrade to v10.0.0 of the terraform google network provider here.
I would think there would be a working corrolary provider version in the beta-autopilot-private-cluster as well.
Additionally I would have thought that downgradingterraform-google-network
to 9.3.0 would have worked here.Observed behavior
Terraform Configuration
Here is the heirarchy of my modules, starting at the root module
Terraform Version
Terraform v1.9.3. (i'll try again with an update to 1.10.2 latest but afaict it does not appear to be the root cause).
Additional information
I've tried the following:
* Pinning the version of"terraform-google-modules/network/google"
back to 9.3.0 to no avail.Here's what
terraform providers
gives me, for what it's worth:The text was updated successfully, but these errors were encountered: