Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inetum-poland/terraform-github-repository-collaborator
Inetum Poland TF module github-repository-collaborator.
https://github.com/inetum-poland/terraform-github-repository-collaborator
github inetum poland terraform-module
Last synced: about 1 month ago
JSON representation
Inetum Poland TF module github-repository-collaborator.
- Host: GitHub
- URL: https://github.com/inetum-poland/terraform-github-repository-collaborator
- Owner: Inetum-Poland
- License: mit
- Created: 2024-04-03T11:20:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T09:30:52.000Z (4 months ago)
- Last Synced: 2024-08-19T11:15:18.242Z (4 months ago)
- Topics: github, inetum, poland, terraform-module
- Language: HCL
- Homepage:
- Size: 11.7 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_repository_collaborator`.
[![pre_commit](https://github.com/Inetum-Poland/tf-module-github-repository-collaborator/actions/workflows/pre_commit.yml/badge.svg)](https://github.com/Inetum-Poland/tf-module-github-repository-collaborator/actions/workflows/pre_commit.yml) [![trufflehog](https://github.com/Inetum-Poland/tf-module-github-repository-collaborator/actions/workflows/trufflehog.yaml/badge.svg)](https://github.com/Inetum-Poland/tf-module-github-repository-collaborator/actions/workflows/trufflehog.yaml)
This module creates a preconfigured GitHub repository collaborator.
> [!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_repository_collaborator.collaborator](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_collaborator) | resource |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [permission](#input\_permission) | The permission of the collaborator | `string` | n/a | yes |
| [permission\_diff\_suppression](#input\_permission\_diff\_suppression) | Whether to suppress permission diff | `bool` | `false` | no |
| [repository](#input\_repository) | The repository to add the collaborator to | `any` | n/a | yes |
| [user](#input\_user) | The user to add as a collaborator | `any` | n/a | yes |## Modules
No modules.
## Outputs
| Name | Description |
|------|-------------|
| [out](#output\_out) | The collaborator object `github_repository_collaborator`. |## Contributions
This module is created by Inetum Poland. Feel free to contribute to it.