File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
page_title : " gitlab_current_user Data Source - terraform-provider-gitlab"
4
4
subcategory : " "
5
5
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
8
8
---
9
9
10
10
# gitlab_current_user (Data Source)
11
11
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.
13
13
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 )
15
15
16
16
## Example Usage
17
17
You can’t perform that action at this time.
0 commit comments