{"id":24411362,"url":"https://github.com/antmelekhin/terraform-gitlab-group","last_synced_at":"2026-05-12T12:41:06.665Z","repository":{"id":271114914,"uuid":"709882636","full_name":"antmelekhin/terraform-gitlab-group","owner":"antmelekhin","description":"A Terraform module to manage GitLab Groups.","archived":false,"fork":false,"pushed_at":"2025-01-06T10:27:41.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T06:38:02.116Z","etag":null,"topics":["gitlab","gitlab-group","iac","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/antmelekhin/group/gitlab","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antmelekhin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-25T15:25:25.000Z","updated_at":"2025-01-06T10:27:45.000Z","dependencies_parsed_at":"2025-01-05T16:29:52.234Z","dependency_job_id":"9b22a55d-9166-43e8-bb0a-7fd6449363c1","html_url":"https://github.com/antmelekhin/terraform-gitlab-group","commit_stats":null,"previous_names":["antmelekhin/terraform-gitlab-group"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antmelekhin%2Fterraform-gitlab-group","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antmelekhin%2Fterraform-gitlab-group/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antmelekhin%2Fterraform-gitlab-group/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antmelekhin%2Fterraform-gitlab-group/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antmelekhin","download_url":"https://codeload.github.com/antmelekhin/terraform-gitlab-group/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243382931,"owners_count":20282051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitlab","gitlab-group","iac","terraform","terraform-module"],"created_at":"2025-01-20T06:34:53.607Z","updated_at":"2026-05-12T12:41:06.622Z","avatar_url":"https://github.com/antmelekhin.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitLab group module\n\nThis module manages GitLab groups.\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.13 |\n| \u003ca name=\"requirement_gitlab\"\u003e\u003c/a\u003e [gitlab](#requirement\\_gitlab) | \u003e= 17.5.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_gitlab\"\u003e\u003c/a\u003e [gitlab](#provider\\_gitlab) | \u003e= 17.5.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [gitlab_group.this](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/group) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | The name of the group. | `string` | n/a | yes |\n| \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description) | The group's description. | `string` | `null` | no |\n| \u003ca name=\"input_parent_id\"\u003e\u003c/a\u003e [parent\\_id](#input\\_parent\\_id) | ID of the parent group (creates a nested group).\u003cbr/\u003e**Note**: On GitLab SaaS, you must use the GitLab UI to create groups without a parent group. | `number` | `null` | no |\n| \u003ca name=\"input_path\"\u003e\u003c/a\u003e [path](#input\\_path) | The path of the group. | `string` | `null` | no |\n| \u003ca name=\"input_visibility_level\"\u003e\u003c/a\u003e [visibility\\_level](#input\\_visibility\\_level) | The group's visibility. Can be `private`, `internal`, or `public`. | `string` | `\"private\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_full_name\"\u003e\u003c/a\u003e [full\\_name](#output\\_full\\_name) | The full name of the group. |\n| \u003ca name=\"output_full_path\"\u003e\u003c/a\u003e [full\\_path](#output\\_full\\_path) | The full path of the group. |\n| \u003ca name=\"output_id\"\u003e\u003c/a\u003e [id](#output\\_id) | The ID of this resource. |\n| \u003ca name=\"output_web_url\"\u003e\u003c/a\u003e [web\\_url](#output\\_web\\_url) | Web URL of the group. |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantmelekhin%2Fterraform-gitlab-group","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantmelekhin%2Fterraform-gitlab-group","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantmelekhin%2Fterraform-gitlab-group/lists"}