FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

github_team

Provides a GitHub team resource.

This resource allows you to add/remove teams from your organization. When applied, a new team will be created. When destroyed, that team will be removed.

Example Usage

# Add a team to the organization
resource "github_team" "some_team" {
	name = "some-team"
	description = "Some cool team"
	privacy = "closed"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io