From a1eb3d17ccf32023ea1bb741b584de8eaa8c439b Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Wed, 23 Jan 2019 13:18:57 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66159f8f..cf62e416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ ENHANCEMENTS: * sourcerepo: `google_sourcerepo_repository` is now autogenerated, adding configurable timeouts. [GH-2797] * storage: `google_storage_object_acl` can more easily swap between `role_entity` and `predefined_acl` ACL definitions. [GH-2316] * storage: `google_storage_bucket` has support for `requester_pays` [GH-2580] +* storage: `google_storage_bucket_object` exports `output_name` for interpolations on `name`, allowing you to trigger reapplication of `google_storage_object_acl` on recreated objects. [GH-2914] * spanner: `google_spanner_database` is autogenerated and supports timeouts. [GH-2812] * spanner: `google_spanner_instance` is autogenerated and supports timeouts. [GH-2892]