From 0800bc269f2c78ed34287bc61d47c3a44ed6cffc Mon Sep 17 00:00:00 2001 From: James Nugent Date: Fri, 19 Aug 2016 13:13:19 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 308dd41962..7da069de42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ FEATURES: IMPROVEMENTS * provider/archive support folders in output_path [GH-8278] * provider/aws: Introduce `aws_elasticsearch_domain` `elasticsearch_version` field (to specify ES version) [GH-7860] + * provider/aws: CloudWatch Metrics are now supported for `aws_route53_health_check` resources [GH-8319] * provider/aws: Query all pages of group membership [GH-6726] * provider/aws: Query all pages of IAM Policy attachments [GH-7779] * provider/aws: Change the way ARNs are built [GH-7151]