I have a TF project which currently uses a single google_project_iam_policy resource, and would like to transition to using
google_project_iam_member.
The documentation warns:
google_project_iam_policy cannot be used in conjunction with google_project_iam_binding and google_project_iam_member or they will fight over what your policy should be.
Is there a safe path to migrate from one style to the other?