Skip to content

Commit 22be0f8

Browse files
committed
Update docs to revert to previous format
1 parent fc9fcb8 commit 22be0f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/r/branch_protection.html.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ resource "gitlab_branch_protection" "BranchProtect" {
2525

2626
The following arguments are supported:
2727

28-
* `project` - (Required, string) The id of the project.
28+
* `project` - (Required) The id of the project.
2929

30-
* `branch` - (Required, string) Name of the branch.
30+
* `branch` - (Required) Name of the branch.
3131

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.
3333

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.
3535

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.

0 commit comments

Comments
 (0)