From e028ab4fcbd62b9612b6c2eff65c369f493ac8f3 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 2 May 2018 10:19:06 -0400 Subject: [PATCH] Update CHANGELOG for #4379 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e46b9a97c74a..dc9e8bad5ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ ENHANCEMENTS: BUG FIXES: * data-source/aws_instance: Bypass `UnsupportedOperation` errors with `DescribeInstanceCreditSpecifications` call [GH-4362] +* resource/aws_iam_group_policy: Properly handle generated policy name updates [GH-4379] * resource/aws_instance: Bypass `UnsupportedOperation` errors with `DescribeInstanceCreditSpecifications` call [GH-4362] * resource/aws_launch_template: Appropriately set `security_groups` in network interfaces [GH-4364] * resource/aws_rds_cluster: Add retries for IAM eventual consistency [GH-4371]