diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa55443..8df2e4db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ FEATURES: ENHANCEMENTS: * provider: Add `access_token` config option to allow Terraform to authenticate using short-lived Google OAuth 2.0 access token [GH-2838] * bigquery: Add `default_partition_expiration_ms` field to `google_bigquery_dataset` resource. [GH-2287] +* bigquery: Add `delete_contents_on_destroy` field to `google_bigquery_dataset` resource. [GH-2986] * bigquery: Add `time_partitioning.require_partition_filter` to `google_bigquery_table` resource. [GH-2815] * bigquery: Allow more BigQuery regions [GH-2566] * bigtable: Add `column_family` at create time to `google_bigtable_table`. [GH-2228]