Provides a Datadog Team resource. This can be used to create and manage Datadog team.
# Create new team resource
resource "datadog_team" "foo" {
description = "Team description"
handle = "example-team"
name = "Example Team"
}
description
(String) Free-form markdown description/content for the team's homepage.handle
(String) The team's identifiername
(String) The name of the team.id
(String) The ID of this resource.link_count
(Number) The number of links belonging to 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.Import is supported using the following syntax:
terraform import datadog_team.foo "bf064c56-edb0-11ed-ae91-da7ad0900002"