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
The latest beta-private-cluster submodule has the version constraint >= 5.0.0 of hashicorp/google and hashicorp/google-beta. The SQL submodules have the version constraint < 5.0.0 for those modules.
Expected behavior
Google submodules should not have mutually exclusive provider version constraints.
Observed behavior
Version constraint resolution fails with
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider
│ hashicorp/google: no available releases match the given constraints >=
│ 3.33.0, >= 3.39.0, >= 3.43.0, >= 3.53.0, >= 3.79.0, >= 3.83.0, >= 4.0.0, >=
│ 4.18.0, >= 4.25.0, >= 4.41.0, != 4.49.0, >= 4.51.0, >= 4.64.0, >= 4.80.0,
│ >= 5.0.0, < 5.0.0, < 6.0.0
╵
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider
│ hashicorp/google-beta: no available releases match the given constraints >=
│ 3.43.0, >= 3.79.0, >= 4.64.0, >= 4.80.0, >= 5.0.0, < 5.0.0, < 6.0.0
Terraform Configuration
module"sql" {
source="GoogleCloudPlatform/sql-db/google//modules/postgresql"version=">= 15.0"
(any minimal configuration you wish to use)
}
module"gke" {
source="terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster"version=">= 17.2"
(any minimal configuration you wish to use)
}
TL;DR
The latest beta-private-cluster submodule has the version constraint
>= 5.0.0
ofhashicorp/google
andhashicorp/google-beta
. The SQL submodules have the version constraint< 5.0.0
for those modules.Expected behavior
Google submodules should not have mutually exclusive provider version constraints.
Observed behavior
Version constraint resolution fails with
Terraform Configuration
Additional information
Published dependency versions:
The text was updated successfully, but these errors were encountered: