You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I delete a google workspace user from the admin interface, I'm allowed to transfer their data as part of the process. (see this doc)
We're transitioning to managing all google users through this provider and would like to retain this functionality. I imagine a new block could be added to the resource like such:
I'm unsure how the admin console juggles data transfer before user deletion. If Terraform initiates the data transfer and then deletes the user, will Google know to queue the deletion to happen after the transfer finishes, or will the deletion call fail? (or worse: will the transfer be aborted?)
Affected Resource(s)
google_workspace_user
Feature Request
When I delete a google workspace user from the admin interface, I'm allowed to transfer their data as part of the process. (see this doc)
We're transitioning to managing all google users through this provider and would like to retain this functionality. I imagine a new block could be added to the resource like such:
Potential Issues
I'm unsure how the admin console juggles data transfer before user deletion. If Terraform initiates the data transfer and then deletes the user, will Google know to queue the deletion to happen after the transfer finishes, or will the deletion call fail? (or worse: will the transfer be aborted?)
References
A quick search makes me think this is the data transfer API used by the admin console.
The text was updated successfully, but these errors were encountered: