diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df338344647..93089f0961fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ BUG FIXES: * resource/aws_cognito_user_pool: Detect `auto_verified_attributes` changes [GH-3786] * resource/aws_cognito_user_pool_client: Fix `callback_urls` updates [GH-3404] * resource/aws_db_instance: Support `incompatible-parameters` and `storage-full` state [GH-3708] +* resource/aws_ecs_task_definition: Correctly read `volume` attribute into Terraform state [GH-3823] * resource/aws_lambda_function: Only retry IAM eventual consistency errors for one minute [GH-3765] * resource/aws_ssm_association: Prevent AssociationDoesNotExist error [GH-3776] * resource/aws_vpc_endpoint: Prevent perpertual diff in non-standard partitions [GH-3317]