From af85557d9de50e14e3b86d8be73d5eb1a3b0ea84 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 26 Oct 2018 11:30:05 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e8e1ea..3eff17aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ BACKWARDS INCOMPATIBILITIES: * compute: `google_compute_url_map` resource is now authoritative and will remove values not explicitly set in config. [GH-2245] * sql: `google_sql_database_instance` resource is now authoritative and will remove values not explicitly set in config. [GH-2203] * bigtable: `google_bigtable_instance` `zone` field is no longer inferred from the provider. +* storage: `google_storage_object_acl.role_entity` is now authoritative and will remove values not explicitly set in config. Use `google_storage_object_access_control` for fine-grained management. [GH-2316] FEATURES: @@ -17,6 +18,7 @@ ENHANCEMENTS: * cloudfunctions: Add `runtime` support to `google_cloudfunctions_function` [GH-2340] * compute: `google_compute_url_map` resource is now autogenerated and supports multiple import formats. [GH-2245] * iam: `google_service_accounts` now supports multiple import formats. [GH-2261] +* storage: `google_storage_object_acl` can more easily swap between `role_entity` and `predefined_acl` ACL definitions. [GH-2316] BUG FIXES: