» github_team

Use this data source to retrieve information about a GitHub team.

» Example Usage

data "github_team" "example" {
  slug = "example"
}

» Argument Reference

  • slug - (Required) The team slug.

» Attributes Reference