From e3b21df80ccd201dea7949f796c8b9693025b775 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Fri, 16 Feb 2018 18:52:41 -0500 Subject: [PATCH] Update CHANGELOG for #3360 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 096fd03bf003..2ac13d4ebfed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ BUG FIXES: * resource/aws_s3_bucket: Prevent crashes on location and replication read retry timeouts [GH-3338] * resource/aws_s3_bucket: Always set replication_configuration in state [GH-3349] * resource/aws_security_group: Allow empty rule description [GH-2846] +* resource/aws_sns_topic: Fix exit after updating first attribute [GH-3360] * resource/aws_sqs_queue: Skip SQS ListQueueTags in aws-us-gov partition [GH-3376] * resource/aws_vpc_endpoint: Treat pending as expected state during deletion [GH-3370] * resource/aws_vpc_peering_connection: Treat `pending-acceptance` as expected during deletion [GH-3393]