From 060160c4fe1f4163be19710c129cb56fda8c3f3a Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Tue, 27 Sep 2016 18:02:11 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a707f61b..8e641b31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ BUG FIXES: * provider/aws: Changing snapshot_identifier on aws_db_instance resource should forceā€¦ [GH-8806] * provider/aws: Refresh AWS EIP association from state when not found [GH-9056] * provider/aws: Make encryption in Aurora instances computed-only [GH-9060] + * provider/aws: Make sure that VPC Peering Connection in a failed state returns an error. [GH-9038] * provider/librato: Mandatory name and conditions attributes weren't being sent on Update unless changed [GH-8984]