From c17f5932fa68b0673952460fd339b55dad26ca66 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Tue, 6 Jun 2017 00:54:18 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd48c236..b1af789ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,8 +59,8 @@ BUG FIXES: * provider/aws: Retry ECS service update on ServiceNotFoundException [GH-15073] * provider/aws: Retry DB parameter group delete on InvalidDBParameterGroupState [GH-15071] * provider/aws: Guard against panic when no aws_default_vpc found [GH-15070] -* provider/aws: Guard against panic if no NodeGroupMembers returned in -  `elasticache_replication_group` [GH-13488] +* provider/aws: Guard against panic if no NodeGroupMembers returned in `elasticache_replication_group` [GH-13488] +* provider/aws: Revoke default ipv6 egress rule for aws_security_group [GH-15075] * provider/azurerm: VM - making `os_profile` optional [GH-14176] * provider/azurerm: Preserve the Subnet properties on Update [GH-13877] * provider/datadog: make datadog_user verified a computed attribute [GH-15034]