FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

github_repository

This resource allows you to create and manage repositories within your Github organization.

This resource cannot currently be used to manage personal repositories, outside of organizations.

Example Usage

resource "github_repository" "example" {
  name        = "example"
  description = "My awesome codebase"

  private = true
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following additional attributes are exported:


See the source of this document at Terraform.io