Skip to content

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

License

Notifications You must be signed in to change notification settings

karstenaa/terraform-github-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages