get Project Tag
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.
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
suspend fun getProjectTag(argument: suspend GetProjectTagPlainArgsBuilder.() -> Unit): GetProjectTagResult
Return
A collection of values returned by getProjectTag.
Parameters
argument
Builder for com.pulumi.gitlab.kotlin.inputs.GetProjectTagPlainArgs.