datadog_webhook_custom_variable (Resource)

Provides a Datadog webhooks custom variable resource. This can be used to create and manage Datadog webhooks custom variables.

Example Usage

# Create a new Datadog webhook custom variable.

resource "datadog_webhook_custom_variable" "foo" {
  name      = "EXAMPLE_VARIABLE"
  value     = "EXAMPLE-VALUE"
  is_secret = true
}

Schema

Required

Read-Only

Import

Import is supported using the following syntax:

terraform import datadog_webhook_custom_variable.foo EXAMPLE_VARIABLE