terraform-google-modules / terraform-google-org-policy

Manages Google Cloud organization policies
https://registry.terraform.io/modules/terraform-google-modules/org-policy/google
Apache License 2.0
79 stars 79 forks source link

Compatibility with hashicorp/google >= 4.0.0 #53

Closed sergiotocalini closed 2 years ago

sergiotocalini commented 2 years ago

TL;DR

There are new versions of the google provider available but the modules are not supporting these new versions.

Terraform Resources

https://registry.terraform.io/providers/hashicorp/google/latest/docs

Detailed design

No response

Additional information

if you try to use a newer version now it fails with the following output:

╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/google: locked provider registry.terraform.io/hashicorp/google 4.1.0 does not match configured version constraint ~> 3.53, >= 4.0.0; must use terraform init -upgrade to allow selection of new
│ versions
╵
github-actions[bot] commented 2 years ago

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