From 81eac62f7444faa646b96bf6098d1a3fcaf1b166 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 5 Mar 2019 11:01:05 -0500 Subject: [PATCH] Update CHANGELOG for #7809 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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]