datadog_api_key (Resource)

Provides a Datadog API Key resource. This can be used to create and manage Datadog API Keys.

Example Usage

# Create a new Datadog API Key
resource "datadog_api_key" "foo" {
  name = "foo-application"
}

Schema

Required

Read-Only

Import

Import is supported using the following syntax:

terraform import datadog_api_key.foo 11111111-2222-3333-4444-555555555555