» gitlab_project

Provides details about a specific project in the gitlab provider. The results include the name of the project, path, description, default branch, etc.

» Example Usage

data "gitlab_project" "example" {
    id = 30
}

» Argument Reference

The following arguments are supported:

  • id - (Required) The integer that uniquely identifies the project within the gitlab install.

» Attributes Reference

The following attributes are exported: