diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac178cb9e2..55fcc7f2344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ BUG FIXES: * resource/aws_api_gateway_vpc_link: Ensure `target_arns` is properly read [GH-3569] * resource/aws_batch_compute_environment: Fix `state` updates [GH-3508] * resource/aws_ebs_snapshot: Prevent crash with outside snapshot deletion [GH-3462] +* resource/aws_eip_association: Prevent deletion error InvalidAssociationID.NotFound [GH-3653] * resource/aws_lambda_function: Allow PutFunctionConcurrency retries on creation [GH-3570] * resource/aws_spot_instance_request: Retry for 1 minute instead of 15 seconds for IAM eventual consistency [GH-3561] * resource/aws_ssm_activation: Prevent crash with expiration_date [GH-3597]