From e2f2f9c78e9784eb125beb64c1fe938f9d14183c Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 28 Dec 2016 23:32:02 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d70d8be..33489e9d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ BUG FIXES: * provider/aws: `user_data` on `aws_launch_configuration` resources is only base 64 encoded if the value provided is not already base 64 encoded. [GH-10871] * provider/aws: Reworked validateArn function to handle empty values [GH-10833] * provider/aws: Guard against nil change output in route53_zone that causes panic [GH-10798] + * provider/aws: Set aws_autoscaling_policy metric_aggregation_type to be Computed [GH-10904] * provider/openstack: Handle PENDING_UPDATE status with LBaaS v2 members [GH-10875]