Resource aws_iam_user_login_profile breaks after upgrade to aws provider v4x

Hi team, as the title says, the resource aws_iam_user_login_profile breaks after upgrade to AWS provider v4x.

while the terraform code dictates password_reset_required = true
and in the state file i can see that "password_reset_required": true, (in the aws console of course its enabled).
when i am running terraform apply i get the
~ password_reset_required = false -> true # forces replacement

I understand that the upgrade to aws provider v4x is introducing many breaking changes but i wasn’t able to find anything useful in the upgrade documentation here

Am i missing something?
Thanks!
.