getProjectTag

The gitlab.ProjectTag data source allows details of a project tag to be retrieved by its name. Upstream API: GitLab API docs

Return

A collection of values returned by getProjectTag.

Parameters

argument

A collection of arguments for invoking getProjectTag.


suspend fun getProjectTag(name: String, project: String): GetProjectTagResult

Return

A collection of values returned by getProjectTag.

Parameters

name

The name of a tag.

project

The ID or URL-encoded path of the project owned by the authenticated user.

See also


Return

A collection of values returned by getProjectTag.

Parameters

argument

Builder for com.pulumi.gitlab.kotlin.inputs.GetProjectTagPlainArgs.

See also