File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ The resource exports the following attributes:
60
60
## Importing groups
61
61
62
62
You can import a group state using ` terraform import <resource> <id> ` . The
63
- ` id ` can be whatever the [ details of a group] ( details_of_a_group ) api takes for
63
+ ` id ` can be whatever the [ details of a group] [ details_of_a_group ] api takes for
64
64
its ` :id ` value, so for example:
65
65
66
66
terraform import gitlab_group.example example
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ The following additional attributes are exported:
67
67
## Importing projects
68
68
69
69
You can import a project state using ` terraform import <resource> <id> ` . The
70
- ` id ` can be whatever the [ get single project api] ( get_single_project ) takes for
70
+ ` id ` can be whatever the [ get single project api] [ get_single_project ] takes for
71
71
its ` :id ` value, so for example:
72
72
73
73
terraform import gitlab_project.example richardc/example
You can’t perform that action at this time.
0 commit comments