{"id":21238756,"url":"https://github.com/inetum-poland/terraform-github-team","last_synced_at":"2026-04-16T11:02:41.183Z","repository":{"id":231303809,"uuid":"781431384","full_name":"Inetum-Poland/terraform-github-team","owner":"Inetum-Poland","description":"Inetum Poland TF module github-team.","archived":false,"fork":false,"pushed_at":"2025-02-24T08:54:05.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-24T09:34:44.827Z","etag":null,"topics":["github","inetum","poland","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Inetum-Poland.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-04-03T11:20:27.000Z","updated_at":"2025-02-24T08:54:08.000Z","dependencies_parsed_at":"2024-12-13T14:18:46.118Z","dependency_job_id":"8d061d3c-67f1-44a4-a8d0-88ab7ea84d2b","html_url":"https://github.com/Inetum-Poland/terraform-github-team","commit_stats":null,"previous_names":["inetum-poland/tf-module-github-team","inetum-poland/terraform-github-team"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inetum-Poland%2Fterraform-github-team","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inetum-Poland%2Fterraform-github-team/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inetum-Poland%2Fterraform-github-team/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inetum-Poland%2Fterraform-github-team/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inetum-Poland","download_url":"https://codeload.github.com/Inetum-Poland/terraform-github-team/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243679396,"owners_count":20329929,"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":["github","inetum","poland","terraform-module"],"created_at":"2024-11-21T00:38:11.890Z","updated_at":"2026-04-16T11:02:36.149Z","avatar_url":"https://github.com/Inetum-Poland.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Preconfigured Terraform module for `github_team`.\n\n[![pre_commit](https://github.com/Inetum-Poland/tf-module-github-team/actions/workflows/pre_commit.yml/badge.svg)](https://github.com/Inetum-Poland/tf-module-github-team/actions/workflows/pre_commit.yml) [![trufflehog](https://github.com/Inetum-Poland/tf-module-github-team/actions/workflows/trufflehog.yaml/badge.svg)](https://github.com/Inetum-Poland/tf-module-github-team/actions/workflows/trufflehog.yaml)\n\nThis module creates a preconfigured GitHub team.\n\n\u003e [!IMPORTANT]\n\u003e __This repository uses the [Conventional Commits](https://www.conventionalcommits.org/).__\n\u003e\n\u003e For more information please see the [Conventional Commits documentation](https://www.conventionalcommits.org/en/v1.0.0/#summary).\n\n\u003e [!IMPORTANT]\n\u003e __This repository uses the [pre-commit](https://pre-commit.com/).__\n\u003e\n\u003e Please be respectful while contributing and after cloning this repo install the pre-commit hooks.\n\u003e ```bash\n\u003e \u003e pre-commit install --install-hooks -t pre-commit -t commit-msg\n\u003e ```\n\u003e For more information please see the [pre-commit documentation](https://pre-commit.com/).\n\n\u003c!-- BEGIN_AUTOMATED_TF_DOCS_BLOCK --\u003e\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_github\"\u003e\u003c/a\u003e [github](#provider\\_github) | 6.2.3 |\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_github\"\u003e\u003c/a\u003e [github](#requirement\\_github) | ~\u003e 6.0 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [github_organization_security_manager.security](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/organization_security_manager) | resource |\n| [github_team.team](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_create_default_maintainer\"\u003e\u003c/a\u003e [create\\_default\\_maintainer](#input\\_create\\_default\\_maintainer) | Whether to create the default maintainer. | `bool` | `false` | no |\n| \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description) | The description of the team. | `string` | `null` | no |\n| \u003ca name=\"input_ldap_dn\"\u003e\u003c/a\u003e [ldap\\_dn](#input\\_ldap\\_dn) | The LDAP DN of the team. | `string` | `null` | no |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | The name of the team. | `string` | n/a | yes |\n| \u003ca name=\"input_parent_team_id\"\u003e\u003c/a\u003e [parent\\_team\\_id](#input\\_parent\\_team\\_id) | The ID of the parent team. | `string` | `null` | no |\n| \u003ca name=\"input_privacy\"\u003e\u003c/a\u003e [privacy](#input\\_privacy) | The level of privacy for the team. | `string` | `\"secret\"` | no |\n| \u003ca name=\"input_security_manager\"\u003e\u003c/a\u003e [security\\_manager](#input\\_security\\_manager) | Whether to create the security manager. | `bool` | `false` | no |\n\n## Modules\n\nNo modules.\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_out\"\u003e\u003c/a\u003e [out](#output\\_out) | Team settings object `github_team`. |\n\u003c!-- END_AUTOMATED_TF_DOCS_BLOCK --\u003e\n\n## Contributions\n\nThis module is created by Inetum Poland. Feel free to contribute to it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finetum-poland%2Fterraform-github-team","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finetum-poland%2Fterraform-github-team","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finetum-poland%2Fterraform-github-team/lists"}