From dddfcef556c4387ca2831a9c7d178273f4835d4d Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Tue, 9 May 2017 13:17:36 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1dc863604e0..ab103871176d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,7 @@ BUG FIXES: * provider/aws: More consistent (un)quoting of long TXT/SPF `aws_route53_record`s [GH-14170] * provider/aws: Retry deletion of AWSConfig Rule on ResourceInUseException [GH-14269] * provider/aws: Refresh ssm document from state on 404 [GH-14279] +* provider/aws: Allow zero-value ELB and ALB names [GH-14304] * provider/digitalocean: Prevent diffs when using IDs of images instead of slugs [GH-13879] * provider/fastly: Changes setting conditionals to optional [GH-14103] * provider/google: Ignore certain project services that can't be enabled directly via the api [GH-13730]