datadog_synthetics_concurrency_cap (Resource)

Provides a Datadog Synthetics On Demand Concurrency Cap API resource. This can be used to manage the Concurrency Cap for Synthetic tests.

Example Usage

# Example Usage (Synthetics Concurrency Cap Configuration)
resource "datadog_synthetics_concurrency_cap" "this" {
  on_demand_concurrency_cap = 1
}

Schema

Required

Read-Only

Import

Import is supported using the following syntax:

# The Synthetics concurrency cap can be imported. <name> can be whatever you specify in your code. Datadog does not store the name on the server.
terraform import datadog_synthetics_concurrency_cap.this <name>