Skip to content

Instantly share code, notes, and snippets.

@soerenmartius
Created March 29, 2020 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soerenmartius/b5aa54d08e0b968d1f92595c745b2e51 to your computer and use it in GitHub Desktop.
Save soerenmartius/b5aa54d08e0b968d1f92595c745b2e51 to your computer and use it in GitHub Desktop.
Create new GitHub Repository with Terraform
module "iac-github" {
source = "mineiros-io/repository/github"
version = "~>0.1.0"
name = "iac-github"
private = true
description = "An example on how to manage a GitHub organization with Terraform."
allow_merge_commit = true
gitignore_template = "Terraform"
license_template = "mit"
auto_init = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment