This repository has been archived by the owner on Jun 27, 2021. It is now read-only.
Can't update group members that don't have the MEMBER role #179
Labels
question
Further information is requested
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.
The text was updated successfully, but these errors were encountered: