Expected: setting a hashed password for a googleworkspace_user should update the password in google
Actual: user changes are applied but we can not log in with the password
resource "googleworkspace_user" "users" {
...
password = md5(
"somepassword"
)
hash_function = MD5
...
}
I can provide more info. Are we missing something here?
When creating a user there is no email sent to the recovery either.
Note that the user gets created and updated when modifying fields or adding users.