Skip to content

Commit fc89636

Browse files
committed
Update documentation
1 parent 886b351 commit fc89636

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/data-sources/current_user.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
page_title: "gitlab_current_user Data Source - terraform-provider-gitlab"
44
subcategory: ""
55
description: |-
6-
The gitlab_current_user data source allows details of the current user (determined by the input provider token) to be retrieved.
7-
Upstream API: GitLab REST API docs https://docs.gitlab.com/ee/api/graphql/reference/index.html#querycurrentuser
6+
The gitlab_current_user data source allows details of the current user (determined by token provider attribute) to be retrieved.
7+
Upstream API: GitLab GraphQL API docs https://docs.gitlab.com/ee/api/graphql/reference/index.html#querycurrentuser
88
---
99

1010
# gitlab_current_user (Data Source)
1111

12-
The `gitlab_current_user` data source allows details of the current user (determined by the input provider token) to be retrieved.
12+
The `gitlab_current_user` data source allows details of the current user (determined by `token` provider attribute) to be retrieved.
1313

14-
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/graphql/reference/index.html#querycurrentuser)
14+
**Upstream API**: [GitLab GraphQL API docs](https://docs.gitlab.com/ee/api/graphql/reference/index.html#querycurrentuser)
1515

1616
## Example Usage
1717

0 commit comments

Comments
 (0)