From cd56737693b8232a36f96c068681975817138dfe Mon Sep 17 00:00:00 2001 From: Arthur Hemery Date: Mon, 4 Nov 2024 17:16:14 +0100 Subject: [PATCH] Add docs --- docs/resources/dashboard.md | 4 ++-- docs/resources/powerpack.md | 2 +- docs/resources/synthetics_test.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/resources/dashboard.md b/docs/resources/dashboard.md index 04b76f94f..f7264f482 100644 --- a/docs/resources/dashboard.md +++ b/docs/resources/dashboard.md @@ -5048,7 +5048,7 @@ Required: Required: -- `data_source` (String) Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`. +- `data_source` (String) Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`. Optional: @@ -16870,7 +16870,7 @@ Required: Required: -- `data_source` (String) Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`. +- `data_source` (String) Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`. Optional: diff --git a/docs/resources/powerpack.md b/docs/resources/powerpack.md index 62c4244ac..4e9fead83 100644 --- a/docs/resources/powerpack.md +++ b/docs/resources/powerpack.md @@ -2836,7 +2836,7 @@ Required: Required: -- `data_source` (String) Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`. +- `data_source` (String) Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`. Optional: diff --git a/docs/resources/synthetics_test.md b/docs/resources/synthetics_test.md index 8b56fc3de..e813ce96c 100644 --- a/docs/resources/synthetics_test.md +++ b/docs/resources/synthetics_test.md @@ -519,7 +519,7 @@ resource "datadog_synthetics_test" "test_grpc_health" { - `locations` (Set of String) Array of locations used to run the test. Refer to [the Datadog Synthetics location data source](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/data-sources/synthetics_locations) to retrieve the list of locations. - `name` (String) Name of Datadog synthetics test. - `status` (String) Define whether you want to start (`live`) or pause (`paused`) a Synthetic test. Valid values are `live`, `paused`. -- `type` (String) Synthetics test type. Valid values are `api`, `browser`. +- `type` (String) Synthetics test type. Valid values are `api`, `browser`, `mobile`. ### Optional