From 4a3bc51f81fdaa5507d03ed80f18f78f706b73ee Mon Sep 17 00:00:00 2001 From: Etienne Brodu Date: Tue, 25 Jun 2024 19:38:31 +0200 Subject: [PATCH] lint documentation --- docs/resources/synthetics_test.md | 10 +++++----- examples/resources/datadog_synthetics_test/resource.tf | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/resources/synthetics_test.md b/docs/resources/synthetics_test.md index f677f4fcbd..dd786d4b46 100644 --- a/docs/resources/synthetics_test.md +++ b/docs/resources/synthetics_test.md @@ -415,11 +415,11 @@ resource "datadog_synthetics_test" "grpc" { type = "api" subtype = "grpc" request_definition { - method = "GET" - host = "google.com" - port = 50050 - service = "helloworld.Greeter" - message = "" + method = "GET" + host = "google.com" + port = 50050 + service = "helloworld.Greeter" + message = "" } assertion { type = "responseTime" diff --git a/examples/resources/datadog_synthetics_test/resource.tf b/examples/resources/datadog_synthetics_test/resource.tf index 550419725f..da2cf187f9 100644 --- a/examples/resources/datadog_synthetics_test/resource.tf +++ b/examples/resources/datadog_synthetics_test/resource.tf @@ -374,11 +374,11 @@ resource "datadog_synthetics_test" "grpc" { type = "api" subtype = "grpc" request_definition { - method = "GET" - host = "google.com" - port = 50050 - service = "helloworld.Greeter" - message = "" + method = "GET" + host = "google.com" + port = 50050 + service = "helloworld.Greeter" + message = "" } assertion { type = "responseTime"