https://github.com/inetum-poland/terraform-github-user-team
Inetum Poland TF module github-user-team.
https://github.com/inetum-poland/terraform-github-user-team
github inetum poland terraform-module
Last synced: 7 months ago
JSON representation
Inetum Poland TF module github-user-team.
- Host: GitHub
- URL: https://github.com/inetum-poland/terraform-github-user-team
- Owner: Inetum-Poland
- License: mit
- Created: 2024-04-03T11:20:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T08:53:55.000Z (7 months ago)
- Last Synced: 2025-02-24T09:32:31.834Z (7 months ago)
- Topics: github, inetum, poland, terraform-module
- Language: HCL
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Preconfigured Terraform module for `github_user_team`.
[](https://github.com/Inetum-Poland/tf-module-github-user-team/actions/workflows/pre_commit.yml) [](https://github.com/Inetum-Poland/tf-module-github-user-team/actions/workflows/trufflehog.yaml)
This module creates a preconfigured GitHub user team.
> [!IMPORTANT]
> __This repository uses the [Conventional Commits](https://www.conventionalcommits.org/).__
>
> For more information please see the [Conventional Commits documentation](https://www.conventionalcommits.org/en/v1.0.0/#summary).> [!IMPORTANT]
> __This repository uses the [pre-commit](https://pre-commit.com/).__
>
> Please be respectful while contributing and after cloning this repo install the pre-commit hooks.
> ```bash
> > pre-commit install --install-hooks -t pre-commit -t commit-msg
> ```
> For more information please see the [pre-commit documentation](https://pre-commit.com/).## Providers
| Name | Version |
|------|---------|
| [github](#provider\_github) | 6.2.1 |## Requirements
| Name | Version |
|------|---------|
| [github](#requirement\_github) | ~> 6.0 |## Resources
| Name | Type |
|------|------|
| [github_team_membership.membership](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_membership) | resource |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [role](#input\_role) | The role of the user on the team | `string` | n/a | yes |
| [team](#input\_team) | The team to add the user to | `any` | n/a | yes |
| [user](#input\_user) | The user to add the team to | `any` | n/a | yes |## Modules
No modules.
## Outputs
| Name | Description |
|------|-------------|
| [out](#output\_out) | Team membership object `github_team_membership`. |## Contributions
This module is created by Inetum Poland. Feel free to contribute to it.