From 2acbecaa6a42bb07555b12ced4f190c50bfcdd39 Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Tue, 4 Feb 2020 12:30:33 -0800 Subject: [PATCH] Update CHANGELOG for #11648 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8948ace17f3..06b482850a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ BUG FIXES: * resource/aws_appautoscaling_target: Prevent state removal of resource immediately after creation due to eventual consistency [GH-11819] * resource/aws_appautoscaling_target: Automatically retry creation on `ValidationException: ECS service doesn't exist` for ECS eventual consistency [GH-11693] * resource/aws_cloudformation_stack_set: Wait for update operation completion (default timeout of 30 minutes) and report any errors [GH-11726] +* resource/aws_codedeploy_deployment_group: Fixes unexpected behaviour when removing block attributes [GH-11648] * resource/aws_dynamodb_table: Skip `ResourceNotFoundException` error during deletion [GH-11692] * resource/aws_ecs_cluster: Delay check of ECS Cluster status during creation for ECS eventual consistency [GH-11701] * resource/aws_placement_group: Additional handling for creation and deletion eventual consistency [GH-11671]