From b27bd2281e7b3a6f53cf9364e8d3d20f0eebf1c8 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 6 Aug 2020 16:56:49 -0400 Subject: [PATCH] Update CHANGELOG for #14459 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b2aed6585..4055b368e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ BUG FIXES * resource/aws_rds_cluster: Add an `InvalidDBClusterStateFault` retryable error condition for clusters part of a global cluster [GH-14420] * resource/aws_rds_cluster: Increase retry timeout for deletion to 2 minutes [GH-14420] * resource/aws_s3_bucket: Ensure provider `s3_force_path_style` configuration is passed through for getting S3 Bucket location with non-AWS implementations [GH-14481] +* resource/aws_secretsmanager_secret: Allow retries for IAM eventual consistency errors [GH-14459] * resource/aws_security_group: Ensure `name_prefix` argument with hex digits `a` through `f` is properly imported [GH-14475] * resource/aws_spot_fleet_request: Allow `target_capacity` argument to be updated to 0 [GH-12759] * resource/aws_spot_fleet_request: Wait for modify operation completion (default timeout of 10 minutes) [GH-12759]