Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-02-08 09:10:12 -08:00 committed by GitHub
parent edb9530ae7
commit a337c89a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]