Feature Request: Change the default branch protection of a group

Created by: mick1627

Terraform Version

1

Affected Resource(s)

gitlab_group

Expected Behavior

Be able to set the default branch protection at group level as describe here https://docs.gitlab.com/ee/user/group/index.html#change-the-default-branch-protection-of-a-group

Actual Behavior

not possible actually By default, default branch has branch protection, and then it not possible to use gitlab_branch_protection. Terraform will raise the following error => Error: protected branch "master" on project "1881" already exists If I can disable default branch protection at group level, I will be able to manage branch protection using gitlab_branch_protection.