Provides a Datadog API Key resource. This can be used to create and manage Datadog API Keys.
# Create a new Datadog API Key
resource "datadog_api_key" "foo" {
name = "foo-application"
}
name
(String) Name for API Key.id
(String) The ID of this resource.key
(String, Sensitive) The value of the API Key.Import is supported using the following syntax:
terraform import datadog_api_key.foo 11111111-2222-3333-4444-555555555555