Skip to content

Commit

Permalink
Fix docs for gitlab_project_level_mr_approvals import (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
coding4food authored Jan 14, 2022
1 parent 8d1e614 commit 912b647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/project_level_mr_approvals.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ also need to be included in the approvers list in order to be able to approve th

## Import

You can import an approval configuration state using `terraform import <resource> <project_id>:<approval_rule_id>`.
You can import an approval configuration state using `terraform import <resource> <project_id>`.

For example:

```
$ terraform import gitlab_project_level_mr_approvals.foo 1234:53
$ terraform import gitlab_project_level_mr_approvals.foo 1234
```

0 comments on commit 912b647

Please sign in to comment.