From e0dd1968ce99d94fb497bcc086101ca9fa43fccc Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Mon, 27 Jul 2020 12:36:44 -0400 Subject: [PATCH] Update CHANGELOG for #14259 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2d832731e..1a3399a862e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,7 @@ BUG FIXES * resource/aws_api_gateway_authorizer: Allow `authorizer_result_ttl_in_seconds` to be set to 0 [GH-12643] * resource/aws_apigatewayv2_integration: Correctly handle the `passthrough_behavior` attribute for HTTP APIs [GH-13062] * resource/aws_apigatewayv2_stage: Correctly handle `default_route_setting` and `route_setting` `data_trace_enabled` and `logging_level` for HTTP APIs. `logging_level` is now `Computed`, meaning Terraform will only perform drift detection of its value when present in a configuration. [GH-13809] +* resource/aws_appautoscaling_target: Only retry `DeregisterScalableTarget` retries on all errors on deletion [GH-14259] * resource/aws_dx_gateway_association: Increase default create/update/delete timeouts to 30 minutes [GH-14144] * 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]