gitlab_groups (Data Source)

The gitlab_groups data source allows details of multiple groups to be retrieved given some optional filter criteria.

Upstream API: GitLab REST API docs

Example Usage

data "gitlab_groups" "example" {
  sort     = "desc"
  order_by = "name"
}

data "gitlab_groups" "example-two" {
  search = "GitLab"
}

Schema

Optional

Read-Only

Nested Schema for groups

Read-Only: