Create organizations with Terraform without changing users

Hi,
I try to manage Grafana settings (orgs, data sources, folders, sso) using Terraform. But for orgs ressources, it always wants to remove the users which are added by SSO and are not supposed to be removed.
I know that they are added after the next login. This breaks my plan/apply workflow when there are changes that are not caused by Terraform code changes.
Is there something I missed about managing Grafana using Terraform?

Could you show yours TF, pls?