From a1fda29d807f8c8eb1f5e2f1de8e073d3f501760 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 18 Jan 2018 09:26:48 -0500 Subject: [PATCH] Update CHANGELOG for #2857 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed6302b1ef..614c33db0b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ BUG FIXES: * resource/aws_eip: Do not disassociate EIP on tags-only update [GH-2975] * resource/aws_emr_cluster: Retry creation on `ValidationException` (IAM) [GH-3027] * resource/aws_iam_instance_profile: Allow cleanup during destruction without refresh [GH-2983] +* resource/aws_iam_role: Prevent missing attached policy results [GH-2857] * resource/aws_iam_user: Prevent state removal during name attribute update [GH-2979] * resource/aws_iam_user: Allow path attribute update [GH-2940] * resource/aws_iam_user_policy: Fix updates with generated policy names and validate JSON [GH-3031]