datadog_synthetics_global_variable (Resource)

Provides a Datadog synthetics global variable resource. This can be used to create and manage Datadog synthetics global variables.

Example Usage

resource "datadog_synthetics_global_variable" "test_variable" {
  name        = "EXAMPLE_VARIABLE"
  description = "Description of the variable"
  tags        = ["foo:bar", "env:test"]
  value       = "variable-value"
}

Schema

Required

Optional

Read-Only

Nested Schema for options

Optional:

Nested Schema for options.totp_parameters

Required:

Nested Schema for parse_test_options

Required:

Optional:

Nested Schema for parse_test_options.parser

Required:

Optional:

Import

Import is supported using the following syntax:

# Synthetics global variables can be imported using their string ID, e.g.
terraform import datadog_synthetics_global_variable.fizz abcde123-fghi-456-jkl-mnopqrstuv