Skip to content

Commit 6022d26

Browse files
shelley.besscehoffman
authored andcommitted
Changes to user datasource docs
Signed-off-by: shelley.bess <[email protected]>
1 parent 4408fe0 commit 6022d26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/d/user.html.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
layout: "gitlab"
3-
page_title: "GitLab: gitlab_datasource_user"
3+
page_title: "GitLab: gitlab_user"
44
sidebar_current: "docs-gitlab-data-source-user"
55
description: |-
66
Looks up a gitlab user
77
---
88

9-
# gitlab\_datasource_user
9+
# gitlab\_user
1010

11-
datasource_user provides details about a specific user in the gitlab provier. The results include username, id, name, etc.
11+
Provides details about a specific user in the gitlab provider. The results include username, id, name, etc.
1212

1313
## Example Usage
1414

1515
```hcl
16-
data "gitlab_user" "test" {
16+
data "gitlab_user" "example" {
1717
1818
}
1919
```
@@ -34,6 +34,6 @@ The following attributes are exported:
3434

3535
* `email` - The e-mail address of the user.
3636

37-
* `id` - The unique id assigned to the user by the GitLab server.
37+
* `id` - The unique id assigned to the user by the gitlab server.
3838

3939

0 commit comments

Comments
 (0)