From e5a9cee5bb25cc05211a9055bd0fb14c8ff5bfdf Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 26 Jun 2015 21:43:06 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bd0cac5..ebb4ff1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -119,6 +119,7 @@ BUG FIXES: security group [GH-2434] * provider/aws: `aws_launch_configuration` retries if IAM instance profile is not ready yet. [GH-2452] + * provider/aws: `fqdn` is populated during creation for `aws_route53_record` [GH-2528] * provider/digitalocean: handle case where droplet is deleted outside of terraform [GH-2497] * provider/openstack: fix panic case if API returns nil network [GH-2448]