/terraform-github-repository

A Terraform module which creates a github repository with a protected default branch

Primary LanguageHCLApache License 2.0Apache-2.0

terraform-github-repository

A Terraform module which creates a github repository

Usage

module "my-repository" {
    source = "github.com/traveloka/terraform-github-repository?ref=master"
    name = "flight-api"
    description = "flight team repository that contains flight backend API module"
}

Conventions

Authors

License

Apache License 2.0. See LICENSE for full details.