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