https://github.com/flaconi/terraform-github-app-installation
Terraform module to manage GitHub app installation settings
https://github.com/flaconi/terraform-github-app-installation
github terraform terraform-module
Last synced: 2 months ago
JSON representation
Terraform module to manage GitHub app installation settings
- Host: GitHub
- URL: https://github.com/flaconi/terraform-github-app-installation
- Owner: Flaconi
- License: mit
- Created: 2024-10-16T13:05:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-16T14:25:13.000Z (over 1 year ago)
- Last Synced: 2025-02-08T01:42:59.195Z (over 1 year ago)
- Topics: github, terraform, terraform-module
- Language: Makefile
- Homepage:
- Size: 3.91 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
# terraform-github-app-installation
This module manages GitHub App permissions for multiple repositories
[](https://github.com/flaconi/terraform-github-app-installation/actions?query=workflow%3Alint)
[](https://github.com/flaconi/terraform-github-app-installation/actions?query=workflow%3Atest)
[](https://github.com/flaconi/terraform-github-app-installation/releases)
[](https://opensource.org/licenses/MIT)
## Providers
| Name | Version |
|------|---------|
| [github](#provider\_github) | ~> 6.2 |
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | ~> 1.3 |
| [github](#requirement\_github) | ~> 6.2 |
## Required Inputs
The following input variables are required:
### [installation\_id](#input\_installation\_id)
Description: GitHub App installation id
Type: `string`
### [repositories](#input\_repositories)
Description: List of names of repositories which will be granted access to.
Type: `list(string)`
## Optional Inputs
No optional inputs.
## Outputs
No outputs.
## License
**[MIT License](LICENSE)**
Copyright (c) 2024 **[Flaconi GmbH](https://github.com/flaconi)**