From c0c75638a75fbfe0a51713ebafcaf9e37419f185 Mon Sep 17 00:00:00 2001 From: Clint Date: Mon, 5 Jun 2017 09:09:24 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd00d7e0..e3162e545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,8 @@ BUG FIXES: * provider/aws: Retry ECS service creation on ClusterNotFoundException [GH-15066] * provider/aws: Retry ECS service update on ServiceNotFoundException [GH-15073] * 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/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]