From 503e644fbecf47b7650181d366b41f9b38bdc3f9 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 15 Feb 2018 16:44:34 -0500 Subject: [PATCH] Update CHANGELOG for #2877 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1bc917ea80..09dd4a8fbf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ ENHANCEMENTS: * resource/aws_dx_connection: Add support for import [GH-2992] * resource/aws_dx_lag: Add support for tagging [GH-2990] * resource/aws_dx_lag: Add support for import [GH-2992] +* resource/aws_emr_cluster: Add `autoscaling_policy` argument [GH-2877] * resource/aws_instance: Expose reason of `shutting-down` state during creation [GH-3371] * resource/aws_instance: Include size of user_data in validation error message [GH-2971] * resource/aws_rds_cluster: Add `hosted_zone_id` attribute [GH-3267]