From e06a3768427e0fef4ff5d1f1aeccb4825cdce8b0 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 26 Apr 2017 11:49:52 +1200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 520c55fe07..e05eda102a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,7 @@ BUG FIXES: * provider/aws: Remove aws_network_acl_rule if not found [GH-13608] * provider/aws: Use mutex & retry for WAF change operations [GH-13656] * provider/aws: Adding support for ipv6 to aws_subnets needs migration [GH-13876] + * provider/aws: Fix validation of the `name_prefix` parameter of the `aws_alb` resource [GH-13441] * provider/azurerm: azurerm_redis_cache resource missing hostname [GH-13650] * provider/azurerm: Locking around Network Security Group / Subnets [GH-13637] * provider/azurerm: Locking route table on subnet create/delete [GH-13791]