Use this data source to retrieve information about an existing Datadog team.
data "datadog_team" "foo" {
team_id = "e6723c40-edb1-11ed-b816-da7ad0900002"
}
filter_keyword
(String) Search query. Can be team name, team handle, or email of team member.team_id
(String) The team's identifier.description
(String) Free-form markdown description/content for the team's homepage.handle
(String) The team's handle.id
(String) The ID of this resource.link_count
(Number) The number of links belonging to the team.name
(String) The name of the team.summary
(String) A brief summary of the team, derived from the description
.user_count
(Number) The number of users belonging to the team.