Skip to content

Commit 3f6ea13

Browse files
authored
Update group_label.html.markdown
Fix bad import example
1 parent 30cda1b commit 3f6ea13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/group_label.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ The resource exports the following attributes:
4747
Gitlab group labels can be imported using an id made up of `{group_id}:{group_label_id}`, e.g.
4848

4949
```
50-
$ terraform import gitlab_deploy_key_enable.example 12345:fixme
50+
$ terraform import gitlab_group_label.example 12345:fixme
5151
```

0 commit comments

Comments
 (0)