gitlab_group (Data Source)

The gitlab_group data source allows details of a group to be retrieved by its id or full path.

Upstream API: GitLab REST API docs

Example Usage

# By group's ID
data "gitlab_group" "foo" {
  group_id = 123
}

# By group's full path
data "gitlab_group" "foo" {
  full_path = "foo/bar"
}

Schema

Optional

Read-Only

Nested Schema for shared_with_groups

Read-Only: