terraform-google-modules/terraform-google-cloud-storage

Dependency requirement conflict when using this module along GKE module

dvega-flexion opened this issue · 2 comments

TL;DR

See versions.tf in GKE module: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/modules/gke-cluster-standard/versions.tf

The error happens when updating the later package, which we need

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.4.0, >= 3.53.0, >= 4.47.0, != 4.49.0, != 4.50.0, >= 4.55.0, >= 5.0.0, <

│ 5.0.0

Expected behavior

Module is compatible with google & google/beta >= 5.0.0

Observed behavior

It is not

Terraform Configuration

N/A

Terraform Version

1.5.5

Additional information

No response

I would like to work on it

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