Provides a Datadog Synthetics On Demand Concurrency Cap API resource. This can be used to manage the Concurrency Cap for Synthetic tests.
# Example Usage (Synthetics Concurrency Cap Configuration)
resource "datadog_synthetics_concurrency_cap" "this" {
on_demand_concurrency_cap = 1
}
on_demand_concurrency_cap
(Number) Value of the on-demand concurrency cap, customizing the number of Synthetic tests run in parallel.id
(String) The ID of this resource.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>