diff --git a/CHANGELOG.md b/CHANGELOG.md index 578022354c3..3989a39c447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ BUG FIXES: * resource/aws_backup_selection: Retry creation for IAM eventual consistency error [GH-9298] * resource/aws_db_event_subscription: Prevent `Unable to find RDS Event Subscription` error during deletion and refresh [GH-9274] * resource/aws_iam_policy_attachment: Bypass `NoSuchEntity` error when detaching groups, roles, and users (support group, role (when `force_detach_policies` is enabled), and user renames (when `force_destroy` is enabled)) [GH-9278] +* resource/aws_s3_bucket: Properly handle the creation of tags defined in `lifecycle_rule` when no prefix argument is specified [GH-7162] * resource/aws_transfer_user: Final retry after timeout waiting for deletion of transfer user [GH-9241] * service/organizations: Automatically retry API calls on `ConcurrentModificationException` error [GH-9195]