Support member events in gitlab_group_hook resource

The option to fire group hooks on member events is available via api: https://docs.gitlab.com/api/group_webhooks/#list-all-group-hooks

Adding this to the respective tf resource would be neat.

Implementation Guide

  • Follow the 'CONTRIBUTING.md' guide for setting up your local development environment.
  • Clone the community fork of this project.
  • Add a new attribute to the schema of internal/provider/resource_gitlab_group_hook.go called member_events. Follow where job_events is being set to see where member_events needs to be inserted.
  • Add a new attribute to the schema of internal/provider/datasource_gitlab_group_hook.go called member_events. Follow where job_events is being set to see where member_events needs to be inserted.
Edited by 🤖 GitLab Bot 🤖