gitlab_project_tag (Data Source)

The gitlab_project_tag data source allows details of a project tag to be retrieved by its name.

Upstream API: GitLab API docs

Example Usage

# By project ID
data "gitlab_project_tag" "foo" {
  name    = "example"
  project = "12345"
}

# By project full path
data "gitlab_project_tag" "foo" {
  name    = "example"
  project = "foo/bar"
}

Schema

Required

Read-Only

Nested Schema for commit

Read-Only:

Nested Schema for release

Read-Only: