terraform-google-modules / terraform-google-bigquery

Creates opinionated BigQuery datasets and tables
https://registry.terraform.io/modules/terraform-google-modules/bigquery/google
Apache License 2.0
202 stars 171 forks source link

Update Provider Dependencies to Support hashicorp/google >= 5.3, < 7 #360

Open pffonseca opened 1 month ago

pffonseca commented 1 month ago

TL;DR

Please update the provider dependencies in terraform-google-bigquery to support hashicorp/google version >= 5.3, < 7. The current restriction is >= 5.3, < 6, while hashicorp/google has already reached version 6.5.0, limiting compatibility with newer provider features.

Terraform Resources

https://registry.terraform.io/modules/terraform-google-modules/bigquery/google/latest?tab=dependencies

Detailed design

No response

Additional information

No response

figaw commented 1 month ago

Looks like it's already happening in https://github.com/terraform-google-modules/terraform-google-bigquery/pull/348 now we're just waiting for 8.2.0 to release 😁

husseyd commented 3 weeks ago

Any sign of this release coming?