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
│ Could not retrieve the list of available versions for provider hashicorp/google-beta: no available
│ releases match the given constraints >= 3.43.0, >= 4.64.0, >= 5.36.0, >= 5.40.0, != 5.44.0, < 6.2.0,
│ >= 6.13.0, < 7.0.0
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 downgrading terraform-google-network to 9.3.0 would have worked here.
Observed behavior
│ Could not retrieve the list of available versions for provider hashicorp/google-beta: no available
│ releases match the given constraints >= 3.43.0, >= 4.64.0, >= 5.36.0, >= 5.40.0, != 5.44.0, < 6.2.0,
│ >= 6.13.0, < 7.0.0
Terraform Configuration
Here is the heirarchy of my modules, starting at the root module
root_module/ (written by me)
|-- customer_gke_module (written by me)
|-- gke_module (sourced below)
|-- vpc_module (sourced below)
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.
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: