From 46fceb85cd548a4db03f81f2e39465e65ad48134 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 18 Jul 2019 00:50:20 -0400 Subject: [PATCH] Update CHANGELOG for #7544 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e8cbf1f967..9ee21c94dc0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ENHANCEMENTS: * resource/aws_emr_cluster: Add `master_instance_group` configuration block `instance_count` argument (support multiple master nodes) [GH-9235] * resource/aws_media_store_container: Add `tags` argument [GH-9379] * resource/aws_rds_cluster: Support `scaling_configuration` configuration block `timeout_action` argument [GH-9374] +* resource/aws_s3_bucket_object: Allow empty object [GH-7544] * resource/aws_ssm_maintenance_window_task: Support resource import and in-place updates [GH-7823] * resource/aws_ssm_maintenance_window_task: Add `task_invocation_parameters` configuration block and deprecate `logging_info` and `task_parameters` configuration blockss to match API [GH-7823]