diff --git a/CHANGELOG.md b/CHANGELOG.md index b40c738969ed..f4dcf5436bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ BUG FIXES: * resource/aws_cloudfront_distribution: Skip disabling distributions on deletion for previously disabled distributions [GH-7794] * resource/aws_cloudfront_distribution: Retry on `PreconditionFailed` error messages after disabling distribution on deletion [GH-7794] * resource/aws_cloudfront_distribution: Wait for creation and update deployments to complete [GH-7794] +* resource/aws_cloudfront_distribution: Prevent one minute timeout error for creation and update errors due to throttling [GH-7809] * resource/aws_db_instance: Properly set `engine_version` with `snapshot_identifier` [GH-7738] * resource/aws_dynamodb_table: Prevent perpetual plan differences with `ttl` configuration block `enabled` argument set to `false` [GH-3960] * resource/aws_ecs_service: Ensure `placement_strategy` removal in version 2.0.0 does not force recreation [GH-7790]