From 7c57e17f40c9d8174ffee34cbd36c77701387c1c Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Mon, 5 Feb 2018 17:12:59 -0500 Subject: [PATCH] Update CHANGELOG for #3173 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9817e1f86c..99e1b273d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ FEATURES: ENHANCEMENTS: +* provider: Automatically determine AWS partition from configured region [GH-3173] * provider: Automatically validate new regions from AWS SDK [GH-3159] * data-source/aws_acm_certificate Add `most_recent` attribute for filtering [GH-1837] * data-source/aws_iam_policy_document: Support layering via source_json and override_json attributes [GH-2890]