terraform-provider-gsuite icon indicating copy to clipboard operation
terraform-provider-gsuite copied to clipboard

User who are suspended by the module are not reactivated on is_suspensed = false

Open nekobrain opened this issue 5 years ago • 1 comments
trafficstars

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!

nekobrain avatar Feb 20 '20 11:02 nekobrain

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.

DeviaVir avatar Feb 20 '20 12:02 DeviaVir