Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/test-kitchen/terraform-github-repository

For managing the Test-Kitchen Github Organisation
https://github.com/test-kitchen/terraform-github-repository

Last synced: 16 days ago
JSON representation

For managing the Test-Kitchen Github Organisation

Awesome Lists containing this project

README

        

# terraform-github-org

## Usage

## Becoming A Member

Add yourself to `membership.tf`

## Adding a Repository

Add a new entry to `terraform.tfvars.json`

```json
{
"name": "kitchen-azurerm",
"repo_type": "ruby_gem"
},
```

## Importing a repository

Note: **Board Members only**

- Create a new entry in terraform.tfvars.json
- Import the state file using:

```bash
terraform import 'module.repository[""].github_repository.this'
```

Then get the pull request merged in, not merging in the PR will result in terraform **deleting** the repo on next run