From cf87ede5ddc5014a93dabde66c26eec1b7094ba2 Mon Sep 17 00:00:00 2001 From: Clint Date: Fri, 20 Nov 2015 14:50:41 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8dfb3810f..11ee3c3330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,7 @@ BUG FIXES: * provider/aws: Fix policy encoding issue with SNS Topics [GH-3700] * provider/aws: Correctly export ARN in `aws_iam_saml_provider` [GH-3827] * provider/aws: Fix crash in Route53 Record if Zone not found [GH-3945] + * providers/aws: Retry deleting IAM Server Cert on dependency violation [GH-3898] * providers/aws: Fix typo in error checking for IAM Policy Attachments [GH-3970] * provider/aws: Fix issue with LB Cookie Stickiness and empty expiration period [GH-3908] * provider/aws: Tolerate ElastiCache clusters being deleted outside Terraform [GH-3767]