572 B
572 B
layout | page_title | sidebar_current | description |
---|---|---|---|
github | Github: github_team | docs-github-datasource-team | Get information on a Github team. |
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
name
- the team's full name.description
- the team's description.privacy
- the team's privacy type.permission
- the team's permission level.