diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9a275f3dd..112a639f7c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ ENHANCEMENTS BUG FIXES * data-source/aws_s3_bucket: Use provider credentials when getting the bucket region (fix AWS China non-ICP S3 Buckets and other restrictive environments) [GH-15481] +* resource/aws_apigatewayv2_stage: Correctly handle deletion of route_settings [GH-16133] * resource/aws_backup_plan - `lifecycle` block in `copy_action` is optional [GH-16116] * resource/aws_eks_fargate_profile: Serialize multiple profile creation and deletion to prevent `ResourceInUseException` errors [GH-14020] * resource/aws_organizations_organization: Prevent recreation when `feature_set` is updated to `ALL` [GH-15473]