datadog_synthetics_private_location (Resource)

Provides a Datadog synthetics private location resource. This can be used to create and manage Datadog synthetics private locations.

Example Usage

resource "datadog_synthetics_private_location" "private_location" {
  name        = "First private location"
  description = "Description of the private location"
  tags        = ["foo:bar", "env:test"]
}

Schema

Required

Optional

Read-Only

Nested Schema for metadata

Optional:

Import

Import is supported using the following syntax:

# Synthetics private locations can be imported using their string ID, e.g.
terraform import datadog_synthetics_private_location.bar pl:private-location-name-abcdef123456