diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a4fa9e87a..a699b13ef39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ ENHANCEMENTS: BUG FIXES: * provider: Prefer `USERPROFILE` over `HOMEPATH` for home directory expansion on Windows [GH-5443] +* resource/aws_ami_copy: Prevent `ena_support` attribute incorrectly reporting force new resource [GH-5433] +* resource/aws_ami_from_instance: Prevent `ena_support` attribute incorrectly reporting force new resource [GH-5433] * resource/aws_ssm_maintenance_window: Properly recreate resource when deleted outside Terraform [GH-5416] * resource/aws_ssm_patch_baseline: Properly recreate resource when deleted outside Terraform [GH-5438] * resource/aws_vpn_gateway: Allow legacy `amazon_side_asn` in plan-time validation (ASNs 10124 and 17493) [GH-5441]