From fdcb3c2aa313adfd145077161b7b10ae436594fc Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 26 Sep 2016 17:17:12 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d92c5bc..237f81db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ BUG FIXES: * provider/aws: Fix crashing bug in `aws_ami` data source when using `name_regex` [GH-9033] * provider/aws: Fix reading dimensions on cloudwatch alarms [GH-9029] * 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/librato: Mandatory name and conditions attributes weren't being sent on Update unless changed [GH-8984]