Skip to content

Commit 8e2faa7

Browse files
authored
chore: fix markdown linter errors in branch_protection.md (#656)
1 parent ae1e404 commit 8e2faa7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/resources/branch_protection.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following arguments are supported:
4040

4141
* `merge_access_level` - (Optional) One of five levels of access to the project. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
4242

43-
* `allowed_to_push`, `allowed_to_merge` - (Optional) One or more `allowed_to_push`, `allowed_to_merge` blocks as defined below.
43+
* `allowed_to_push`, `allowed_to_merge` - (Optional) One or more `allowed_to_push`, `allowed_to_merge` blocks as defined below.
4444

4545
* `code_owner_approval_required` (Optional) Bool, defaults to false. Can be set to true to require code owner approval before merging.
4646

@@ -52,7 +52,6 @@ An `allowed_to_push` or `allowed_to_merge` block supports the following argument
5252

5353
* `group_id` - (Required) The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
5454

55-
5655
## Attributes Reference
5756

5857
The following attributes are exported:
@@ -63,7 +62,6 @@ The following attributes are exported:
6362

6463
GitLab project freeze periods can be imported using an id made up of `project_id:branch`, e.g.
6564

66-
6765
```
6866
$ terraform import gitlab_branch_protection.BranchProtect "12345:main"
6967
```

0 commit comments

Comments
 (0)