AWS SageMaker import state not working with retention_policy delete

Hi, I’m having a problem managing state with a SageMaker domain. I have an existing SageMaker domain that terraform created, but it was removed from state (experimenting.). I imported the SageMaker domain back to state, but the plan shows it wants to destroy and re-create the domain because the retention policy settings. It seems the import is not smart enough to realize the retention only happens on delete and is not part of the sagemaker setting in AWS. Is there a way to fix this? It basically makes the import not functional, and recreating a SageMaker domain is non trivial (deleting all user profiles and apps)

The plan show this immediately after importing the SageMaker domain:

 + retention_policy { # forces replacement
      + home_efs_file_system = "Delete"
    }
}