Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 597 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 597 Bytes

terraform-github-org

Usage

Becoming A Member

Add yourself to membership.tf

Adding a Repository

Add a new entry to terraform.tfvars.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:

    terraform import 'module.repository["<repository>"].github_repository.this' <repository>

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