@Gowiem ran into an issue adding a new user to our workspace.
His workflow was,
- Add user without password
- Merged PR + ran terraform via the masterpoint spacelift
- Spacelift errored out -- user need a password value set (a user password is write only attribute)
To get around this, options we talked about in person,
- user
random_password resource and print out in spacelift console
- ensure new user resources have password set (but don't have it set on subsequent runs). Not sure how to get this to work in tf code off the top of my head - kick over to AI.
In the Google UI, you have the option of sending a one time password to the user's personal email for them to use. Can we get that same process working in the module?
@Gowiem ran into an issue adding a new user to our workspace.
His workflow was,
To get around this, options we talked about in person,
random_passwordresource and print out in spacelift consoleIn the Google UI, you have the option of sending a one time password to the user's personal email for them to use. Can we get that same process working in the module?