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.gocalledmember_events. Follow wherejob_eventsis being set to see wheremember_eventsneeds to be inserted. - Add a new attribute to the schema of
internal/provider/datasource_gitlab_group_hook.gocalledmember_events. Follow wherejob_eventsis being set to see wheremember_eventsneeds to be inserted.
Edited by 🤖 GitLab Bot 🤖