Implementation of Group Membership Lock

Created by: rejackson73

Feature Description

The current GitLab provider for Terraform does not support the premium features for the Group resource, most notably the ability to "Prevent adding new members to projects within this group." The GitLab API does support this control utilizing the "membership_lock" boolean but it doesn't appear to be implemented in the provider.

Do you want to implement this?

  • I would like to implement this myself 👷