Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)**