Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-16T14:25:13.000Z (about 1 month ago)
- Last Synced: 2024-10-18T09:27:44.328Z (30 days ago)
- Topics: github, terraform, terraform-module
- Language: Makefile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- 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
[![lint](https://github.com/flaconi/terraform-github-app-installation/workflows/lint/badge.svg)](https://github.com/flaconi/terraform-github-app-installation/actions?query=workflow%3Alint)
[![test](https://github.com/flaconi/terraform-github-app-installation/workflows/test/badge.svg)](https://github.com/flaconi/terraform-github-app-installation/actions?query=workflow%3Atest)
[![Tag](https://img.shields.io/github/tag/flaconi/terraform-github-app-installation.svg)](https://github.com/flaconi/terraform-github-app-installation/releases)[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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)**