Skip to content

Commit

Permalink
lint documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
etnbrd committed Jun 28, 2024
1 parent 33d9c52 commit 4a3bc51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/resources/synthetics_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions examples/resources/datadog_synthetics_test/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4a3bc51

Please sign in to comment.