Releases: terraform-google-modules/terraform-google-bigquery
Releases · terraform-google-modules/terraform-google-bigquery
v5.4.0
5.4.0 (2022-03-18)
Features
- Add submodule for creating scheduled queries (#140) (b961094)
- add support for authorized datasets in authorization submodule (#142) (b93ba86)
- Add support for materialized_views (#139) (e663c25)
terraform-google-bigquery v5.3.0
Features
- update TPG version constraints to allow 4.0 (#133) (3795b11)
terraform-google-bigquery v5.2.0
Features
- Add support for creating BigQuery routines (#124) (0d11437)
Bug Fixes
- Loosen version constraint on Google provider (#128) (cb6aaa4)
terraform-google-bigquery v5.1.0
Features
- add feature deletion_protection in bigquery table (#114) (f56f444)
Bug Fixes
- Add missing equals sign (#116) (b1f8423)
- Prevent forcing table recreation after dataset table list modification with enabled encryption (#121) (06cc7e0)
terraform-google-bigquery v5.0.0
⚠ BREAKING CHANGES
- Add Terraform 0.13 constraint and module attribution (#112)
- Schema should now be passed as a JSON string instead of a file path (#111)
- Table configuration must now specify
range_partitioning = null
to preserve old defaults.
Features
- Add range partitioning support (#109) (66311eb)
- Add Terraform 0.13 constraint and module attribution (#112) (7cd92fe)
- Schema should now be passed as a JSON string instead of a file path (#111) (7180061)
terraform-google-bigquery v4.5.0
terraform-google-bigquery v4.4.0
terraform-google-bigquery v4.3.0
Features
- Add var.delete_contents_on_destroy to enable deleting non-empty datasets (#78) (4bd5f82)
Bug Fixes
- Allow running module on terraform 0.13.0-rc1 (#85) (43fa15b)
terraform-google-bigquery v4.2.1
Bug Fixes
- Enable granting access for duplicate roles on auth module (#74) (ade8d3f)
- Use fully scoped keys for views in Terraform (#72) (c80e1a4)
terraform-google-bigquery v4.2.0
Features
- Add view support to bigquery module (#64) (18bfdd6)