Skip to content

terraform-google-bigquery v4.0.0

Compare
Choose a tag to compare
@release-please release-please released this 19 Feb 16:24
8e052e0

⚠ BREAKING CHANGES

  • The udfs submodule has been removed from the BQ submodule. You should now invoke it separately.
  • Some output values were changed and/or removed entirely.
  • Dataset access can now be managed via this module. By default the module now grants project owners the bigquery.dataOwner role (including on existing datasets). See the migration guide for details.
  • The minimum Google provider version has been
    updated to 3.0.

Features

  • Add support for managing access (var.access) (#48) (f2ea257)
  • Set types on vars and make optional ones actually optional (#49) (0367d69)
  • Update google provider version to 3.0 (71d776c)

Bug Fixes

  • Removed broken and unnecessary outputs (#47) (a130ad9)

Miscellaneous Chores

  • Separate main bq module from udfs (#50) (9795928)