This module manages GitLab groups.
| Name | Version |
|---|---|
| terraform | >= 0.13 |
| gitlab | >= 17.5.0 |
| Name | Version |
|---|---|
| gitlab | >= 17.5.0 |
No modules.
| Name | Type |
|---|---|
| gitlab_group.this | resource |
| 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 |
| 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. |