From cfbe351e4a265472e41170b3337d5a42a37534ce Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Mon, 17 Dec 2018 15:56:23 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5612cda3..4709196d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ for more details. * **New Resource**: `google_monitoring_group` [GH-2451] * **New Resource**: `google_billing_account_iam_binding`, `google_billing_account_iam_member`, `google_billing_account_iam_policy` for managing Billing Account IAM policies, including managing Billing Account users. [GH-2143] * **New Datasource**: `google_iam_role` datasource to be able to read an IAM role's permissions. [GH-2482] +* **New Datasource**: `google_storage_transfer_project_service_account` data source for retrieving the Storage Transfer service account for a project [GH-2692] ENHANCEMENTS: * bigquery: Add `default_partition_expiration_ms` field to `google_bigquery_dataset` resource. [GH-2287]