From 339079c402b18e2a6bc94ac00b92ffd052d24daf Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 8 May 2017 11:15:54 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7034f023fc..1422062805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ BUG FIXES: * provider/aws: Fixes the bug where SNS delivery policy get always recreated [GH-14064] * provider/aws: Prevent Crash when importing aws_route53_record [GH-14218] * 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/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]