Use this data source to get information about a team.
data "tfe_team" "test" {
name = "my-team-name"
organization = "my-org-name"
}
The following arguments are supported:
name
- (Required) Name of the team.organization
- (Required) Name of the organization.In addition to all arguments above, the following attributes are exported:
id
- The ID of the team.sso_team_id
- (Optional) The SSO Team ID of the team, if it has been defined