Parameter branch_filter_strategy not available in gitlab_project_hook
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Hello, The parameter branch_filter_strategy is not available in gitlab_project_hook (https://docs.gitlab.com/api/project_webhooks/#add-a-webhook-to-a-project) but the parameter is present in gitlab_group_hook. Is it possible to implement this parameter in gitlab_project_hook too Thanks
Implementation Guide
- Read the
CONTRIBUTING.mdguide for setting up your local development environment and clone the community fork of this project. - Add a new attribute called
branch_filter_strategyto the following files:internal/provider/resource_gitlab_project_hook.gointernal/provider/datasource_gitlab_project_hook.gointernal/provider/datasource_gitlab_project_hooks.go
- Update the tests for each file to use the new attribute.
Edited by Heidi Berry