From a5809b1d8ad81bd70af02b2ecfff444858f90d56 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 23 Jul 2020 14:27:31 -0400 Subject: [PATCH] Update CHANGELOG for #14291 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38872d2ee5c..f11099ceab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ BUG FIXES * provider: Prefer CodeBuild, ECS, EKS credentials over EC2 metadata credentials by default [GH-14077] * resource/aws_apigatewayv2_integration: Correctly handle the `passthrough_behavior` attribute for HTTP APIs [GH-13062] * resource/aws_codepipeline: Only retry `CreatePipeline` errors for IAM eventual consistency errors [GH-14264] +* resource/aws_lambda_function: Increase IAM retry timeout for creation to standard 2 minute timeout [GH-14291] * resource/aws_network_acl_rule: Immediately return `DescribeNetworkAcls` errors on creation [GH-14261] * resource/aws_spot_fleet_request: Only retry `RequestSpotFleet` on IAM eventual consistency errors and use standard 2 minute timeout [GH-14265] * resource/aws_ssm_activation: Only retry `CreateActivation` on IAM eventual consistency errors and use standard 2 minute timeout [GH-14263]