Skip to content

antmelekhin/terraform-gitlab-group

Repository files navigation

GitLab group module

This module manages GitLab groups.

Requirements

Name Version
terraform >= 0.13
gitlab >= 17.5.0

Providers

Name Version
gitlab >= 17.5.0

Modules

No modules.

Resources

Name Type
gitlab_group.this resource

Inputs

Name Description Type Default Required
name The name of the group. string n/a yes
description The group's description. string null no
parent_id ID of the parent group (creates a nested group).
Note: On GitLab SaaS, you must use the GitLab UI to create groups without a parent group.
number null no
path The path of the group. string null no
visibility_level The group's visibility. Can be private, internal, or public. string "private" no

Outputs

Name Description
full_name The full name of the group.
full_path The full path of the group.
id The ID of this resource.
web_url Web URL of the group.