Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 464 Bytes

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.