You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**group_ids** (Set of Number) A list of group IDs whose members can approve of the merge request.
79
71
-**id** (String) The ID of this resource.
80
72
-**protected_branch_ids** (Set of Number) A list of protected branch IDs (not branch names) for which the rule applies.
81
-
-**rule_type** (String) String, defaults to 'regular'. The type of rule. `any_approver` is a pre-configured default rule with `approvals_required` at `0`. Valid values are `regular`, `any_approver`.
82
73
-**user_ids** (Set of Number) A list of specific User IDs to add to the list of approvers.
Description: "This resource allows you to create and manage multiple approval rules for your GitLab projects. For further information on approval rules, consult the [gitlab documentation](https://docs.gitlab.com/ee/api/merge_request_approvals.html#project-level-mr-approvals).\n\n"+
26
20
"-> This feature requires GitLab Premium.",
@@ -49,13 +43,6 @@ var _ = registerResource("gitlab_project_approval_rule", func() *schema.Resource
49
43
Type: schema.TypeInt,
50
44
Required: true,
51
45
},
52
-
"rule_type": {
53
-
Description: fmt.Sprintf("String, defaults to 'regular'. The type of rule. `any_approver` is a pre-configured default rule with `approvals_required` at `0`. Valid values are %s.", renderValueListForDocs(validRuleTypeValues)),
0 commit comments