From a3a68231d0535a59e6bd3972209a58c3128b1ee2 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Mon, 19 Nov 2018 14:19:34 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a6ee67..9eb46284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ for more details. * **New Resource**: `google_sql_ssl_cert` for managing a Google SQL SSL Cert on a Google SQL Instance. [GH-2290] * **New Resource**: `google_monitoring_notification_channel` [GH-2452] * **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] ENHANCEMENTS: * bigquery: Add `default_partition_expiration_ms` field to `google_bigquery_dataset` resource. [GH-2287]