From a337c89a82fc5d103733b0e0d3f6f8fc724b4aaf Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 8 Feb 2019 09:10:12 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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]