File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ resource "gitlab_branch_protection" "BranchProtect" {
25
25
26
26
The following arguments are supported:
27
27
28
- * ` project ` - (Required, string ) The id of the project.
28
+ * ` project ` - (Required) The id of the project.
29
29
30
- * ` branch ` - (Required, string ) Name of the branch.
30
+ * ` branch ` - (Required) Name of the branch.
31
31
32
- * ` push_access_level ` - (Required, string ) One of five levels of access to the project.
32
+ * ` push_access_level ` - (Required) One of five levels of access to the project.
33
33
34
- * ` merge_access_level ` - (Required, string ) One of five levels of access to the project.
34
+ * ` merge_access_level ` - (Required) One of five levels of access to the project.
35
35
36
- * ` code_owner_approval_required ` (Optional, bool) Can be set to true to enable code owner approval requirement. Requires GitLab Silver/Premium .
36
+ * ` code_owner_approval_required ` (Optional) Bool, defaults to false. Can be set to true to require code owner approval before merging .
You can’t perform that action at this time.
0 commit comments