From 6761278d49def654a6943b2855a0c76568f93454 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 15 Mar 2018 13:51:53 -0400 Subject: [PATCH] Update CHANGELOG for #3794 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7895ac667..228f8102825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ENHANCEMENTS: * resource/aws_instance: Support optionally fetching encrypted Windows password data [GH-2219] * resource/aws_lb_target_group: Validate health check threshold for TCP protocol during plan [GH-3782] * resource/aws_security_group: Add arn attribute [GH-3751] +* resource/aws_sqs_queue: Support lack of ListQueueTags for all non-standard AWS implementations [GH-3794] * resource/aws_api_gateway_rest_api: Add support for content encoding [GH-3642] BUG FIXES: