From 0be6bee5f68ed126e2f489491d6d8ab638ba279a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 29 Jun 2015 10:24:21 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60cbd945..2bceaabff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -122,6 +122,8 @@ BUG FIXES: * 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/aws: retry VPC delete on DependencyViolation due to eventual + consistency [GH-2532] * 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]