Field "project_events" is missing the resource "gitlab_group_hook"
In the latest version of the GitLab Terraform provider, the field project_events is missing from the gitlab_group_hook resource.
https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/group_hook
The resource documentation refers to the API (https://docs.gitlab.com/api/group_webhooks/#create-a-group-hook), where this field is still present.
Could you add this field?
Best regards,
Christian
## Implementation Guide
- Follow the `CONTRIBUTING.md` guide for setting up your local development environment.
- Clone the community fork of this project.
- In `internal/provider/resource_gitlab_group_hook.go`, add a new attribute to the schema called `project_events`. Use `JobEvents`/`job_events` as a reference point for where to add logic.
- Update an acceptance test in `internal/provider/resource_gitlab_group_hook_test.go` to use the new attribute.
issue