{"id":15156462,"url":"https://github.com/hadenlabs/terraform-gitlab-project","last_synced_at":"2025-04-02T04:31:38.413Z","repository":{"id":41429577,"uuid":"349250776","full_name":"hadenlabs/terraform-gitlab-project","owner":"hadenlabs","description":"terraform gitlab repository","archived":false,"fork":false,"pushed_at":"2022-02-28T03:53:54.000Z","size":542,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-16T10:23:55.637Z","etag":null,"topics":["gitlab","hadenlabs","peru","project","repository","terraform","terraform-modules"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadenlabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"docs/code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["hadenlabs"],"patreon":null,"open_collective":null,"ko_fi":"luismayta","tidelift":null,"community_bridge":null,"liberapay":"luismayta","issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta"]}},"created_at":"2021-03-19T00:04:08.000Z","updated_at":"2023-01-06T11:56:26.000Z","dependencies_parsed_at":"2022-08-25T06:20:47.043Z","dependency_job_id":null,"html_url":"https://github.com/hadenlabs/terraform-gitlab-project","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-gitlab-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-gitlab-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-gitlab-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-gitlab-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadenlabs","download_url":"https://codeload.github.com/hadenlabs/terraform-gitlab-project/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246757366,"owners_count":20828890,"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","hadenlabs","peru","project","repository","terraform","terraform-modules"],"created_at":"2024-09-26T19:21:45.449Z","updated_at":"2025-04-02T04:31:33.405Z","avatar_url":"https://github.com/hadenlabs.png","language":"Go","readme":" \u003c!-- Space: TerraformGitlabProject --\u003e \n\u003c!-- Title: Project --\u003e \n\n\n\n\u003c!--\n\n\n  ** DO NOT EDIT THIS FILE\n  **\n  ** 1) Make all changes to `provision/generator/README.yaml`\n  ** 2) Run`task readme` to rebuild this file.\n  **\n  ** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)\n  **\n\n\n  --\u003e\n\n\n [![Latest Release](https://img.shields.io/github/release/hadenlabs/terraform-gitlab-project)](https://github.com/hadenlabs/terraform-gitlab-project/releases) [![Lint](https://img.shields.io/github/workflow/status/hadenlabs/terraform-gitlab-project/lint-code)](https://github.com/hadenlabs/terraform-gitlab-project/actions?workflow=lint-code) [![CI](https://img.shields.io/github/workflow/status/hadenlabs/terraform-gitlab-project/ci)](https://github.com/hadenlabs/terraform-gitlab-project/actions?workflow=ci) [![Test](https://img.shields.io/github/workflow/status/hadenlabs/terraform-gitlab-project/test)](https://github.com/hadenlabs/terraform-gitlab-project/actions?workflow=test) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow)](https://conventionalcommits.org) [![KeepAChangelog](https://img.shields.io/badge/Keep%20A%20Changelog-1.0.0-%23E05735)](https://keepachangelog.com)\n\n# terraform-gitlab-project\n\n\n\n\nterraform-gitlab-project for gitlab \n\n\n\n\n\n\n\n\n\n\n\n## Requirements\n\n\nThis is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration:\n\n- [Pyenv](https://github.com/pyenv/pyenv)\n- [Docker](https://www.docker.com/)\n- [python](https://www.python.org)\n- [taskfile](https://github.com/go-task/task)\n\n\n\n\n\n## Usage\n\n\n```hcl\n\n   module \"main\" {\n      source = \"hadenlabs/project/gitlab\"\n      version = \"0.3.3\"\n\n      providers = {\n        gitlab = gitlab\n      }\n\n      name        = \"project-example\"\n      description = \"gitlab project\"\n      visibility  = \"public\"\n  }\n\n```\n\nFull working example can be found in [examples](./examples) folder.\n\n\n\n\n\n\n## Examples\n\n### common\n\n```hcl\n\n  module \"main\" {\n      source = \"hadenlabs/project/gitlab\"\n      version = \"0.3.3\"\n\n      providers = {\n        gitlab = gitlab\n      }\n\n      name        = \"project-example\"\n      description = \"gitlab project\"\n      visibility  = \"public\"\n  }\n\n```\n\n### with group new\n\n```hcl\n\n  resource \"gitlab_group\" \"example\" {\n    name        = \"example\"\n    path        = \"example\"\n    description = \"An example group\"\n  }\n\n  module \"main\" {\n      source = \"hadenlabs/project/gitlab\"\n      version = \"0.3.3\"\n\n      providers = {\n        gitlab = gitlab\n      }\n\n      namespace_id = gitlab_group.example.id\n      name        = \"project-example\"\n      description = \"gitlab project\"\n      visibility  = \"public\"\n  }\n\n```\n\n### with group exist\n\n```hcl\n\n  data \"gitlab_group\" \"example\" {\n    full_path = \"example\"\n  }\n\n  module \"main\" {\n      source = \"hadenlabs/project/gitlab\"\n      version = \"0.3.3\"\n\n      providers = {\n        gitlab = gitlab\n      }\n\n      namespace_id = data.gitlab_group.example.id\n      name        = \"project-example\"\n      description = \"gitlab project\"\n      visibility  = \"public\"\n  }\n\n```\n\n\n\n \u003c!-- BEGIN_TF_DOCS --\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=3.5.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_gitlab\"\u003e\u003c/a\u003e [gitlab](#provider\\_gitlab) | \u003e=3.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_description\"\u003e\u003c/a\u003e [description](#input\\_description) | The description of the project. | `string` | n/a | yes |\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` | `null` | no |\n| \u003ca name=\"input_settings\"\u003e\u003c/a\u003e [settings](#input\\_settings) | Create and manage settings. | `map(any)` | `{}` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | topics or tags of project. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_visibility\"\u003e\u003c/a\u003e [visibility](#input\\_visibility) | The visibility of the project private or public. | `string` | `\"private\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_instance\"\u003e\u003c/a\u003e [instance](#output\\_instance) | output instance project |\n\u003c!-- END_TF_DOCS --\u003e\n\n\n\n\n\n## Help\n\n**Got a question?**\n\nFile a GitHub [issue](https://github.com/hadenlabs/terraform-gitlab-project/issues).\n\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\n\nPlease use the [issue tracker](https://github.com/hadenlabs/terraform-gitlab-project/issues) to report any bugs or file feature requests.\n\n\n### Development\n\nIn general, PRs are welcome. We follow the typical \"fork-and-pull\" Git workflow.\n\n1.  **Fork** the repo on GitHub\n2.  **Clone** the project to your own machine\n3.  **Commit** changes to your own branch\n4.  **Push** your work back up to your fork\n\n5.  Submit a **Pull Request** so that we can review your changes\n\n\n\n**NOTE:** Be sure to rebase the latest changes from \"upstream\" before making a pull request!\n\n\n## Module Versioning\n\nThis Module follows the principles of [Semantic Versioning (SemVer)](https://semver.org/).\n\nUsing the given version number of `MAJOR.MINOR.PATCH`, we apply the following constructs:\n\n1. Use the `MAJOR` version for incompatible changes.\n1. Use the `MINOR` version when adding functionality in a backwards compatible manner.\n1. Use the `PATCH` version when introducing backwards compatible bug fixes.\n\n### Backwards compatibility in `0.0.z` and `0.y.z` version\n\n- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is\n  increased. (Initial development)\n- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is\n  increased. (Pre-release)\n\n\n\n\n## Copyright\n\nCopyright © 2018-2021 [Hadenlabs](https://hadenlabs.com)\n\n\n\n## Trademarks\n\nAll other trademarks referenced herein are the property of their respective owners.\n\n\n\n\n\n\n## License\n\nThe code and styles are licensed under the LGPL-3.0 license [See project license.](LICENSE).\n\n\n\n## Don't forget to 🌟 Star 🌟 the repo if you like terraform-gitlab-project\n\n\n[Your feedback is appreciated](https://github.com/hadenlabs/terraform-gitlab-project/issues)\n\n","funding_links":["https://github.com/sponsors/hadenlabs","https://ko-fi.com/luismayta","https://liberapay.com/luismayta","https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadenlabs%2Fterraform-gitlab-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadenlabs%2Fterraform-gitlab-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadenlabs%2Fterraform-gitlab-project/lists"}