From 71cd09d0ab1d11829428af3070b512d3504db585 Mon Sep 17 00:00:00 2001 From: Clint Date: Tue, 3 May 2016 17:21:49 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3e9cb31..642772072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ BUG FIXES: * provider/aws: Fix updating `number_of_nodes` on `aws_redshift_cluster` [GH-6333] * provider/aws: Omit `aws_cloudfront_distribution` custom_error fields when not explicitly set [GH-6382] * provider/aws: Refresh state on `aws_sqs_queue` not found [GH-6381] + * provider/aws: Fix an eventually consistent issue aws_security_group_rule and possible duplications [GH-6325] * provider/aws: Respect `selection_pattern` in `aws_api_gateway_integration_response` (previously ignored field) [GH-5893] * provider/aws: `aws_route` crash when used with `aws_vpc_endpoint` [GH-6338] * provider/aws: Fix issue replacing Network ACL Relationship [GH-6421]