diff --git a/CHANGELOG.md b/CHANGELOG.md index 8246f9f7d148..23905ee0de8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ BUG FIXES: * data-source/aws_rds_cluster: Prevent panic with new CloudWatch logs support (`enabled_cloudwatch_logs_exports`) introduced in 1.23.0 [GH-4927] * resource/aws_codebuild_webhook: Prevent panic when webhook is missing during read [GH-4917] * resource/aws_db_instance: Properly raise any `ListTagsForResource` error instead of presenting a perpetual difference with `tags` [GH-4943] +* resource/aws_instance: Prevent extraneous ModifyInstanceAttribute call for `disable_api_termination` on resource creation [GH-4941] * resource/aws_launch_template: Prevent error when using `valid_until` [GH-4952] * resource/aws_route: Properly force resource recreation when updating `route_table_id` [GH-4946] * resource/aws_route53_zone: Further prevent HostedZoneAlreadyExists with specified caller reference errors [GH-4903]