Skip to content

Commit 73921bf

Browse files
Huseyin UnalHuseyin Unal
authored andcommitted
Update docs
1 parent 7f950eb commit 73921bf

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

website/docs/r/project_level_mr_approvals.markdown

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,10 @@ also need to be included in the approvers list in order to be able to approve th
4646

4747
* `merge_requests_disable_committers_approval` - (Optional) Set to `true` if you want to prevent approval of merge requests by merge request committers. Default is `false`.
4848

49-
## Attributes Reference
50-
51-
The resource exports the following attributes:
52-
53-
* `id` - The unique id assigned to the approval configuration by the GitLab server.
54-
5549
## Importing approval configuration
5650

57-
You can import an approval configuration to terraform state using `terraform import <resource> <id>`.
58-
The `id` must be an integer for the id of the approval configuration you want to import,
51+
You can import an approval configuration state using `terraform import <resource> <project_id>`.
52+
5953
For example:
6054

6155
```bash

0 commit comments

Comments
 (0)