From b5a141fc08982bb9eb694b9809e78376dfd45824 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Tue, 2 May 2017 10:34:16 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c75842d5..9a473276c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ BUG FIXES: * provider/aws: aws_spot_instance_request not forcenew on volume_tags [GH-14046] * provider/aws: Exclude aws_instance volume tagging for China and Gov Clouds [GH-14055] * provider/aws: Fix source_dest_check with network_interface [GH-14079] +* provider/aws: Fixes the bug where SNS delivery policy get always recreated [GH-14064] * 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]