diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b361cad3b93..17a326c8a62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ ENHANCEMENTS: BUG FIXES: * resource/aws_batch_compute_environment: Ensure `desired_vcpus` is fully optional and wait for updates [GH-4855] +* resource/aws_batch_compute_environment: Remove resource from Terraform state when not found instead of returning error [GH-13935] * resource/aws_cloudtrail: Properly configure single `event_selector` with no `data_resource` and `read_write_type` of `ReadOnly` or `WriteOnly` [GH-5448] * resource/aws_cloudtrail: Prevent `InvalidEventSelectorsException` error when removing all `event_selector` configuration [GH-5448] * resource/aws_default_route_table: Validate CIDR blocks for misalignment before attempting to create the route to ensure Terraform can read the information after EC2 API canonicalization [GH-13778]