From abbbb8576313df97c0a58e0050355b3fb569940c Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Mon, 13 Aug 2018 10:01:47 -0400 Subject: [PATCH] Update CHANGELOG for #5502 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af0257514eb..4917b9bcdc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ BUG FIXES: * resource/aws_cloudtrail: Increase IAM retry threshold from 15 seconds to 1 minute [GH-5499] * resource/aws_cognito_user_pool: Properly pass all attributes during update (prevent perpetual flip-flop apply) [GH-3458] * resource/aws_cognito_user_pool_client: Properly pass all attributes during update (prevent perpetual flip-flop apply) [GH-5478] +* resource/aws_glue_crawler: Additional IAM eventual consistency retry logic for create and update [GH-5502] * resource/aws_storagegateway_cache: Prevent resource recreation due to disk identifier changes after creation [GH-5476] ## 1.31.0 (August 09, 2018)