Open ricardograca-scratch opened 3 years ago
A group cannot be owner of another group.
No such thing is going on here. The affected email account belongs to a user not a group, which is even stranger.
@DeviaVir Have you had a chance to look into this? I can provide an example code to reproduce this issue in case it helps.
Oh yes, that would help.
Version: 0.1.58
I'm trying to update the role of a group member from
MEMBER
toOWNER
, but the deployment process fails with error:After looking at the code in gsuite/resource_group_members.go#L280 it seems that the role is hard-coded as
MEMBER
. Shouldn't this check for any type of valid group role?I can see that in reality the role hasn't been changed yet, so this error is a bit puzzling.