You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `The `+"`gitlab_current_user`"+` data source allows details of the current user (determined by the input provider token) to be retrieved.
14
+
Description: `The `+"`gitlab_current_user`"+` data source allows details of the current user (determined by `+"`token`"+` provider attribute) to be retrieved.
15
15
16
-
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/graphql/reference/index.html#querycurrentuser)`,
16
+
**Upstream API**: [GitLab GraphQL API docs](https://docs.gitlab.com/ee/api/graphql/reference/index.html#querycurrentuser)`,
Description: "Human-readable name of the user. Returns **** if the user is a project bot and the requester does not have permission to view the project.",
31
+
Description: "Human-readable name of the user. Returns **** if the user is a project bot and the requester does not have permission to view the project.",
32
32
Type: schema.TypeString,
33
33
Computed: true,
34
34
},
@@ -60,13 +60,12 @@ func dataSourceGitlabCurrentUserRead(ctx context.Context, d *schema.ResourceData
0 commit comments