datadog_team (Resource)

Provides a Datadog Team resource. This can be used to create and manage Datadog team.

Example Usage

# Create new team resource

resource "datadog_team" "foo" {
  description = "Team description"
  handle      = "example-team"
  name        = "Example Team"
}

Schema

Required

Read-Only

Import

Import is supported using the following syntax:

terraform import datadog_team.foo "bf064c56-edb0-11ed-ae91-da7ad0900002"