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
Copy file name to clipboardExpand all lines: website/docs/r/project_level_mr_approvals.markdown
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,16 +46,10 @@ also need to be included in the approvers list in order to be able to approve th
46
46
47
47
*`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`.
48
48
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
-
55
49
## Importing approval configuration
56
50
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>`.
0 commit comments