teamrepository
JamesWoolfenden/teamrepository/github
Creates Github repositories for a team in an organisation
[![Slalom][logo]](https://slalom.com) terraform-github-teamrepository     Make and populate Github repositories. --- It's 100% Open Source and licensed under the APACHE2. Introduction A basic module to create a github repo. Usage How to use the module, add module.github.tf to you code: ``terraform module github { source = "../../" repository = var.repository team_permission = var.team_permission team_name = var.team_name } `` Quick Start Here's how to get started... Inputs | Name | Description | Type | Default | Requi
| Name | Type | Description | Default |
|---|---|---|---|
| repository | map | required | |
| team_permission | string | required | |
| team_name | string | required | |
| enforce_admins | bool | true | |
| required_pull_request_reviews | map | {
"dismiss_stale_reviews": true,
"re | |
| private | bool | true | |
| required_status_checks_context | list(string) | [] | |
| protected_branch | string | "master" |