Use this data source to retrieve information about a Github team.
data "github_team" "example" {
slug = "example"
}
slug - (Required) The team slug. id - the ID of the team. name - the team's full name. description - the team's description. privacy - the team's privacy type. permission - the team's permission level. members - List of team members
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/github/d/team.html