{"id":24411370,"url":"https://github.com/antmelekhin/terraform-gitlab-project","last_synced_at":"2026-02-23T13:10:37.831Z","repository":{"id":271020361,"uuid":"713546507","full_name":"antmelekhin/terraform-gitlab-project","owner":"antmelekhin","description":"A Terraform module to manage GitLab Projects.","archived":false,"fork":false,"pushed_at":"2025-04-23T16:26:25.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-16T00:51:12.399Z","etag":null,"topics":["gitlab","gitlab-project","iac","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/antmelekhin/project/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,"zenodo":null}},"created_at":"2023-11-02T18:34:27.000Z","updated_at":"2025-04-23T16:26:27.000Z","dependencies_parsed_at":"2025-04-23T17:27:24.588Z","dependency_job_id":"84044345-be05-4b4d-ae2a-2529cdec03c1","html_url":"https://github.com/antmelekhin/terraform-gitlab-project","commit_stats":null,"previous_names":["antmelekhin/terraform-gitlab-project"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/antmelekhin/terraform-gitlab-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antmelekhin%2Fterraform-gitlab-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antmelekhin%2Fterraform-gitlab-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antmelekhin%2Fterraform-gitlab-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antmelekhin%2Fterraform-gitlab-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antmelekhin","download_url":"https://codeload.github.com/antmelekhin/terraform-gitlab-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antmelekhin%2Fterraform-gitlab-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29743765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-project","iac","terraform","terraform-module"],"created_at":"2025-01-20T06:35:03.114Z","updated_at":"2026-02-23T13:10:37.632Z","avatar_url":"https://github.com/antmelekhin.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitLab project module\n\nThis module manages GitLab projects.\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_project.this](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/project) | 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 project. | `string` | n/a | yes |\n| \u003ca name=\"input_allow_merge_on_skipped_pipeline\"\u003e\u003c/a\u003e [allow\\_merge\\_on\\_skipped\\_pipeline](#input\\_allow\\_merge\\_on\\_skipped\\_pipeline) | Set to `true` if you want to treat skipped pipelines as if they finished with success. | `bool` | `false` | no |\n| \u003ca name=\"input_archive_on_destroy\"\u003e\u003c/a\u003e [archive\\_on\\_destroy](#input\\_archive\\_on\\_destroy) | Set to `true` to archive the project instead of deleting on destroy. | `bool` | `false` | no |\n| \u003ca name=\"input_archived\"\u003e\u003c/a\u003e [archived](#input\\_archived) | Whether the project is in read-only mode (archived). | `bool` | `false` | no |\n| \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description) | A description of the project. | `string` | `null` | no |\n| \u003ca name=\"input_merge_method\"\u003e\u003c/a\u003e [merge\\_method](#input\\_merge\\_method) | Set the merge method. Valid values are `merge`, `rebase_merge`, `ff`. | `string` | `\"merge\"` | no |\n| \u003ca name=\"input_merge_pipelines_enabled\"\u003e\u003c/a\u003e [merge\\_pipelines\\_enabled](#input\\_merge\\_pipelines\\_enabled) | Enable or disable merge pipelines. | `bool` | `false` | no |\n| \u003ca name=\"input_merge_requests_access_level\"\u003e\u003c/a\u003e [merge\\_requests\\_access\\_level](#input\\_merge\\_requests\\_access\\_level) | Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`. | `string` | `\"enabled\"` | no |\n| \u003ca name=\"input_merge_requests_enabled\"\u003e\u003c/a\u003e [merge\\_requests\\_enabled](#input\\_merge\\_requests\\_enabled) | Enable merge requests for the project. | `bool` | `true` | no |\n| \u003ca name=\"input_merge_trains_enabled\"\u003e\u003c/a\u003e [merge\\_trains\\_enabled](#input\\_merge\\_trains\\_enabled) | Enable or disable merge trains. Requires `merge_pipelines_enabled` to be set to `true` to take effect. | `bool` | `false` | no |\n| \u003ca name=\"input_namespace_id\"\u003e\u003c/a\u003e [namespace\\_id](#input\\_namespace\\_id) | The namespace (group or user) of the project. Defaults to your user. | `number` | `null` | no |\n| \u003ca name=\"input_only_allow_merge_if_all_discussions_are_resolved\"\u003e\u003c/a\u003e [only\\_allow\\_merge\\_if\\_all\\_discussions\\_are\\_resolved](#input\\_only\\_allow\\_merge\\_if\\_all\\_discussions\\_are\\_resolved) | Set to `true` if you want allow merges only if all discussions are resolved. | `bool` | `false` | no |\n| \u003ca name=\"input_only_allow_merge_if_pipeline_succeeds\"\u003e\u003c/a\u003e [only\\_allow\\_merge\\_if\\_pipeline\\_succeeds](#input\\_only\\_allow\\_merge\\_if\\_pipeline\\_succeeds) | Set to `true` if you want allow merges only if a pipeline succeeds. | `bool` | `false` | no |\n| \u003ca name=\"input_path\"\u003e\u003c/a\u003e [path](#input\\_path) | The path of the repository. | `string` | `null` | no |\n| \u003ca name=\"input_remove_source_branch_after_merge\"\u003e\u003c/a\u003e [remove\\_source\\_branch\\_after\\_merge](#input\\_remove\\_source\\_branch\\_after\\_merge) | Enable `Delete source branch` option by default for all new merge requests. | `bool` | `false` | no |\n| \u003ca name=\"input_topics\"\u003e\u003c/a\u003e [topics](#input\\_topics) | The list of topics for the project. | `set(string)` | `[]` | no |\n| \u003ca name=\"input_visibility_level\"\u003e\u003c/a\u003e [visibility\\_level](#input\\_visibility\\_level) | Set to `public` to create a public project. Valid values are `private`, `internal`, `public`. | `string` | `\"private\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_http_url_to_repo\"\u003e\u003c/a\u003e [http\\_url\\_to\\_repo](#output\\_http\\_url\\_to\\_repo) | URL that can be provided to `git clone` to clone the repository via HTTPS. |\n| \u003ca name=\"output_id\"\u003e\u003c/a\u003e [id](#output\\_id) | The ID of this resource. |\n| \u003ca name=\"output_name\"\u003e\u003c/a\u003e [name](#output\\_name) | The name of the project. |\n| \u003ca name=\"output_path_with_namespace\"\u003e\u003c/a\u003e [path\\_with\\_namespace](#output\\_path\\_with\\_namespace) | The path of the repository with namespace. |\n| \u003ca name=\"output_ssh_url_to_repo\"\u003e\u003c/a\u003e [ssh\\_url\\_to\\_repo](#output\\_ssh\\_url\\_to\\_repo) | URL that can be provided to `git clone` to clone the repository via SSH. |\n| \u003ca name=\"output_web_url\"\u003e\u003c/a\u003e [web\\_url](#output\\_web\\_url) | URL that can be used to find the project in a browser. |\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-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantmelekhin%2Fterraform-gitlab-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantmelekhin%2Fterraform-gitlab-project/lists"}