From 18e05a52e2d0cc98459998690a2dde4ac9316598 Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 22 Sep 2016 21:54:31 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c22ca98b1c..56c0e4e7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ BUG FIXES: * provider/aws: Remove support for `ah` and `esp` literals in Security Group Ingress/Egress rules; you must use the actual protocol number for protocols other than `tcp`, `udp`, `icmp`, or `all` [GH-8975] * provider/aws: VPC ID, Port, Protocol and Name change on aws_alb_target_group will ForceNew resource [GH-8989] * provider/aws: Wait for Spot Fleet to drain before removing from state [GH-8938] + * provider/aws: Fix issue when importing `aws_eip` resources by IP address [GH-8970] ## 0.7.4 (September 19, 2016)