terraform-google-bigquery
terraform-google-bigquery copied to clipboard
Creates opinionated BigQuery datasets and tables
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [archive](https://registry.terraform.io/providers/hashicorp/archive) ([source](https://redirect.github.com/hashicorp/terraform-provider-archive)) | required_provider | minor | `2.4.2` -> `2.6.0` | --- ###...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-dataform](https://redirect.github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-dataform) ([source](https://redirect.github.com/googleapis/google-cloud-python)) | `==0.5.10` -> `==0.6.2` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [random](https://registry.terraform.io/providers/hashicorp/random) ([source](https://redirect.github.com/hashicorp/terraform-provider-random)) | required_provider | patch | `3.6.2` -> `3.6.3` | --- ###...
:robot: I have created a release *beep* *boop* --- ## [9.0.0](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v8.1.0...v9.0.0) (2024-10-16) ### ⚠ BREAKING CHANGES * **deps:** Update Terraform terraform-google-modules/project-factory/google to v17 ([#358](https://github.com/terraform-google-modules/terraform-google-bigquery/issues/358)) * **TPG>=5.39:** add resource_tags ([#354](https://github.com/terraform-google-modules/terraform-google-bigquery/issues/354)) ###...
### 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...
This PR adds the `require_partition_filter` option for the external tables. From what I've experimented it seems that the "top-level" `require_partition_filter` option does not work here and needs to be set...
### TL;DR Latest google provider version "v5.42.0" made resource type "google_bigquery_dataset_iam_member" non-authoritative which fixes the conflict with "google_bigquery_dataset_access" resource type. When adding member for same IAM role using "google_bigquery_dataset_iam_member" and...
npm install felixge/node-mysql _Originally posted by @Oersta1rdt in https://github.com/Oersta1rdt/Oersta1rdt-/issues/3#issuecomment-2370113652_
### TL;DR Need to be able to set `resource_tags` if applicable on datasets. [Link to the provider docs](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_dataset#resource_tags). ### Terraform Resources ```markdown https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_dataset#resource_tags ``` ### Detailed design _No response_ ###...
* Please see [this GitHub issue](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/144) about requiring a minimum Terraform version between 1.3-1.5 for the "Three-tier web app" JSS (Jump Start Solution). * We'll need to do the above...