{"id":44868827,"url":"https://github.com/wisk-aero-oss/terraform-gitlab-project","last_synced_at":"2026-02-17T12:13:30.991Z","repository":{"id":337722683,"uuid":"1153822583","full_name":"wisk-aero-oss/terraform-gitlab-project","owner":"wisk-aero-oss","description":"Terraform module to manage GitLab project","archived":false,"fork":false,"pushed_at":"2026-02-10T23:46:59.000Z","size":15,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-11T02:23:06.026Z","etag":null,"topics":["gitlab","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wisk-aero-oss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-09T17:54:07.000Z","updated_at":"2026-02-10T23:45:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wisk-aero-oss/terraform-gitlab-project","commit_stats":null,"previous_names":["wisk-aero-oss/terraform-gitlab-project"],"tags_count":2,"template":false,"template_full_name":"wisk-aero-oss/terraform-google-module-template","purl":"pkg:github/wisk-aero-oss/terraform-gitlab-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisk-aero-oss%2Fterraform-gitlab-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisk-aero-oss%2Fterraform-gitlab-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisk-aero-oss%2Fterraform-gitlab-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisk-aero-oss%2Fterraform-gitlab-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisk-aero-oss","download_url":"https://codeload.github.com/wisk-aero-oss/terraform-gitlab-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisk-aero-oss%2Fterraform-gitlab-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29543661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T12:10:04.770Z","status":"ssl_error","status_checked_at":"2026-02-17T12:01:14.283Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","terraform","terraform-module"],"created_at":"2026-02-17T12:13:30.470Z","updated_at":"2026-02-17T12:13:30.984Z","avatar_url":"https://github.com/wisk-aero-oss.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003c!-- BEGIN_TF_DOCS --\u003e\n# terraform-gitlab-project\n\n[![Releases](https://img.shields.io/github/v/release/wisk-aero-oss/terraform-gitlab-project)](https://github.com/wisk-aero-oss/terraform-gitlab-project/releases)\n\n[Terraform Module Registry](https://registry.terraform.io/modules/wisk-aero-oss/project/gitlab)\n\nTerraform module for managing a GitLab project\n\n## Features\n\n- Manage GitLab projects with customizable settings\n- Configure branch protections and merge request approval rules\n- Integrate with external wikis\n- Define project environments and protected environments\n\n## Usage\n\nBasic usage of this module is as follows:\n\n```hcl\nmodule \"example\" {\n    source = \"wisk-aero-oss/project/gitlab\"\n    # Recommend pinning every module to a specific version\n    # version = \"x.x.x\"\n    # Required variables\n        description =\n        name =\n}\n```\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.5 |\n| \u003ca name=\"requirement_gitlab\"\u003e\u003c/a\u003e [gitlab](#requirement\\_gitlab) | \u003e= 18.5 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_gitlab\"\u003e\u003c/a\u003e [gitlab](#provider\\_gitlab) | 18.8.2 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [gitlab_branch_protection.default](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/branch_protection) | resource |\n| [gitlab_project.self](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/project) | resource |\n| [gitlab_project_approval_rule.any_approver](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/project_approval_rule) | resource |\n| [gitlab_project_environment.self](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/project_environment) | resource |\n| [gitlab_project_integration_external_wiki.wiki](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/project_integration_external_wiki) | resource |\n| [gitlab_project_level_mr_approvals.self](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/project_level_mr_approvals) | resource |\n| [gitlab_project_protected_environment.self](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/project_protected_environment) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_avatar\"\u003e\u003c/a\u003e [avatar](#input\\_avatar) | Path to avatar image file. Image must be 192x192 pixels and less than 200kb | `string` | `\"\"` | no |\n| \u003ca name=\"input_branch_allow_force_push\"\u003e\u003c/a\u003e [branch\\_allow\\_force\\_push](#input\\_branch\\_allow\\_force\\_push) | Can be set to true to allow users with push access to force push. | `bool` | `false` | no |\n| \u003ca name=\"input_branch_code_owner_approval_required\"\u003e\u003c/a\u003e [branch\\_code\\_owner\\_approval\\_required](#input\\_branch\\_code\\_owner\\_approval\\_required) | Can be set to true to require code owner approval before merging. | `bool` | `true` | no |\n| \u003ca name=\"input_branch_merge_access_level\"\u003e\u003c/a\u003e [branch\\_merge\\_access\\_level](#input\\_branch\\_merge\\_access\\_level) | Access levels allowed to merge. Valid values are: no one, developer, maintainer, admin. | `string` | `\"developer\"` | no |\n| \u003ca name=\"input_branch_push_access_level\"\u003e\u003c/a\u003e [branch\\_push\\_access\\_level](#input\\_branch\\_push\\_access\\_level) | Access levels allowed to push. Valid values are: no one, developer, maintainer, admin. | `string` | `\"developer\"` | no |\n| \u003ca name=\"input_branch_unprotect_access_level\"\u003e\u003c/a\u003e [branch\\_unprotect\\_access\\_level](#input\\_branch\\_unprotect\\_access\\_level) | Access levels allowed to unprotect. Valid values are: developer, maintainer, admin. | `string` | `\"developer\"` | no |\n| \u003ca name=\"input_builds_access_level\"\u003e\u003c/a\u003e [builds\\_access\\_level](#input\\_builds\\_access\\_level) | Set the builds access level. Valid values are disabled, private, enabled. | `string` | `\"enabled\"` | no |\n| \u003ca name=\"input_ci_forward_deployment_enabled\"\u003e\u003c/a\u003e [ci\\_forward\\_deployment\\_enabled](#input\\_ci\\_forward\\_deployment\\_enabled) | When a new deployment job starts, skip older deployment jobs that are still pending. | `bool` | `true` | no |\n| \u003ca name=\"input_ci_forward_deployment_rollback_allowed\"\u003e\u003c/a\u003e [ci\\_forward\\_deployment\\_rollback\\_allowed](#input\\_ci\\_forward\\_deployment\\_rollback\\_allowed) | Allow job retries even if the deployment job is outdated. | `bool` | `false` | no |\n| \u003ca name=\"input_default_branch\"\u003e\u003c/a\u003e [default\\_branch](#input\\_default\\_branch) | The default branch for the project. | `string` | `\"main\"` | no |\n| \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description) | A description of the project. | `string` | n/a | yes |\n| \u003ca name=\"input_emails_enabled\"\u003e\u003c/a\u003e [emails\\_enabled](#input\\_emails\\_enabled) | Enable email notifications. | `bool` | `true` | no |\n| \u003ca name=\"input_environments\"\u003e\u003c/a\u003e [environments](#input\\_environments) | Deployment environments | \u003cpre\u003emap(object({\u003cbr/\u003e    auto_stop_setting  = optional(string)\u003cbr/\u003e    description        = string\u003cbr/\u003e    protected          = optional(bool, false)\u003cbr/\u003e    approval_access    = optional(string, \"developer\")\u003cbr/\u003e    required_approvals = optional(number, 1)\u003cbr/\u003e    deploy_access      = optional(string, \"developer\")\u003cbr/\u003e    tier               = optional(string, \"development\")\u003cbr/\u003e  }))\u003c/pre\u003e | \u003cpre\u003e{\u003cbr/\u003e  \"production\": {\u003cbr/\u003e    \"description\": \"Production Environment\",\u003cbr/\u003e    \"protected\": true,\u003cbr/\u003e    \"tier\": \"production\"\u003cbr/\u003e  }\u003cbr/\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_environments_access_level\"\u003e\u003c/a\u003e [environments\\_access\\_level](#input\\_environments\\_access\\_level) | Set the environments access level. Valid values are disabled, private, enabled. | `string` | `\"disabled\"` | no |\n| \u003ca name=\"input_feature_flags_access_level\"\u003e\u003c/a\u003e [feature\\_flags\\_access\\_level](#input\\_feature\\_flags\\_access\\_level) | Set the feature flags access level. Valid values are disabled, private, enabled. | `string` | `\"disabled\"` | no |\n| \u003ca name=\"input_group_runners_enabled\"\u003e\u003c/a\u003e [group\\_runners\\_enabled](#input\\_group\\_runners\\_enabled) | Enable group runners for this project. | `bool` | `true` | no |\n| \u003ca name=\"input_infrastructure_access_level\"\u003e\u003c/a\u003e [infrastructure\\_access\\_level](#input\\_infrastructure\\_access\\_level) | Set the infrastructure access level. Valid values are disabled, private, enabled. | `string` | `\"enabled\"` | no |\n| \u003ca name=\"input_issues_access_level\"\u003e\u003c/a\u003e [issues\\_access\\_level](#input\\_issues\\_access\\_level) | Set the issues access level. Valid values are disabled, private, enabled. | `string` | `\"disabled\"` | no |\n| \u003ca name=\"input_merge_commit_template\"\u003e\u003c/a\u003e [merge\\_commit\\_template](#input\\_merge\\_commit\\_template) | Template used to create merge commit message in merge requests. | `string` | `\"### Description\\n\u003cInsert your PR description here\u003e\\n\\n### How-to Test\\n\u003cInsert information on how to test this PR\u003e\\n\\n### Commits in this MR\\n%{all_commits}\\n\\n# DO NOT EDIT BELOW THIS LINE\\n/assign_reviewer @devs-we-want-to-review\\n\"` | no |\n| \u003ca name=\"input_model_experiments_access_level\"\u003e\u003c/a\u003e [model\\_experiments\\_access\\_level](#input\\_model\\_experiments\\_access\\_level) | Set visibility of machine learning model experiments. Valid values are disabled, private, enabled. | `string` | `\"disabled\"` | no |\n| \u003ca name=\"input_model_registry_access_level\"\u003e\u003c/a\u003e [model\\_registry\\_access\\_level](#input\\_model\\_registry\\_access\\_level) | Set visibility of machine learning model registry. Valid values are disabled, private, enabled. | `string` | `\"disabled\"` | no |\n| \u003ca name=\"input_monitor_access_level\"\u003e\u003c/a\u003e [monitor\\_access\\_level](#input\\_monitor\\_access\\_level) | Set the monitor access level. Valid values are disabled, private, enabled. | `string` | `\"enabled\"` | no |\n| \u003ca name=\"input_mr_approval_disable_overriding_approvers_per_merge_request\"\u003e\u003c/a\u003e [mr\\_approval\\_disable\\_overriding\\_approvers\\_per\\_merge\\_request](#input\\_mr\\_approval\\_disable\\_overriding\\_approvers\\_per\\_merge\\_request) | Set to true to disable overriding approvers per merge request. | `bool` | `false` | no |\n| \u003ca name=\"input_mr_approval_merge_requests_author_approval\"\u003e\u003c/a\u003e [mr\\_approval\\_merge\\_requests\\_author\\_approval](#input\\_mr\\_approval\\_merge\\_requests\\_author\\_approval) | Set to true to allow merge requests authors to approve their own merge requests. | `bool` | `false` | no |\n| \u003ca name=\"input_mr_approval_merge_requests_disable_committers_approval\"\u003e\u003c/a\u003e [mr\\_approval\\_merge\\_requests\\_disable\\_committers\\_approval](#input\\_mr\\_approval\\_merge\\_requests\\_disable\\_committers\\_approval) | Set to true to disable merge request committers from approving their own merge requests. | `bool` | `true` | no |\n| \u003ca name=\"input_mr_approval_reset_approvals_on_push\"\u003e\u003c/a\u003e [mr\\_approval\\_reset\\_approvals\\_on\\_push](#input\\_mr\\_approval\\_reset\\_approvals\\_on\\_push) | Set to true to remove all approvals in a merge request when new commits are pushed to its source branch. | `bool` | `true` | no |\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_namespace_id\"\u003e\u003c/a\u003e [namespace\\_id](#input\\_namespace\\_id) | The namespace (group or user) of the project. | `string` | `\"\"` | no |\n| \u003ca name=\"input_path\"\u003e\u003c/a\u003e [path](#input\\_path) | The path of the project | `string` | `null` | no |\n| \u003ca name=\"input_public_jobs\"\u003e\u003c/a\u003e [public\\_jobs](#input\\_public\\_jobs) | If true, jobs can be viewed by non-project members. | `bool` | `false` | no |\n| \u003ca name=\"input_push_prevent_secrets\"\u003e\u003c/a\u003e [push\\_prevent\\_secrets](#input\\_push\\_prevent\\_secrets) | GitLab will reject any files that are likely to contain secrets. | `bool` | `true` | no |\n| \u003ca name=\"input_repository_access_level\"\u003e\u003c/a\u003e [repository\\_access\\_level](#input\\_repository\\_access\\_level) | Set the repository access level. Valid values are disabled, private, enabled. | `string` | `\"enabled\"` | no |\n| \u003ca name=\"input_requirements_access_level\"\u003e\u003c/a\u003e [requirements\\_access\\_level](#input\\_requirements\\_access\\_level) | Set the requirements access level. Valid values are disabled, private, enabled. | `string` | `\"enabled\"` | no |\n| \u003ca name=\"input_squash_option\"\u003e\u003c/a\u003e [squash\\_option](#input\\_squash\\_option) | Squash commits when merge request is merged. Valid values are never (Do not allow), always (Require), default\\_on (Encourage), or default\\_off (Allow). The default value is default\\_off (Allow). | `string` | `\"default_on\"` | 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` | `\"internal\"` | no |\n| \u003ca name=\"input_wiki_access_level\"\u003e\u003c/a\u003e [wiki\\_access\\_level](#input\\_wiki\\_access\\_level) | Set the wiki access level. Valid values are disabled, private, enabled. | `string` | `\"disabled\"` | no |\n| \u003ca name=\"input_wiki_url\"\u003e\u003c/a\u003e [wiki\\_url](#input\\_wiki\\_url) | External Wiki URL | `string` | `\"\"` | no |\n\n## Outputs\n\nNo outputs.\n\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisk-aero-oss%2Fterraform-gitlab-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisk-aero-oss%2Fterraform-gitlab-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisk-aero-oss%2Fterraform-gitlab-project/lists"}