terraform-provider-gsuite
terraform-provider-gsuite copied to clipboard
User who are suspended by the module are not reactivated on is_suspensed = false
Hi everyone, I've just started using this module so please bear with me if what I am experiencing has already been matter of discussion, I searched through the closed issues but have found no mention of this behaviour.
Whenever I suspend a user using the module (is_suspended = true) and apply the state the user is correctly suspended. However, when I change is_suspended to false and apply the state, Terraform throws no error but the user appears to be still suspended in the G Suite Admin Console.
Am I doing something wrong?
Thanks for your help!
Could be a bug somewhere here though we do a bunch of boolean updates like that, so I wonder if it might be something extra we need to do in the API.