Skip to content

Commit

Permalink
update tf resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis-Jacob-datadog committed Mar 7, 2025
1 parent cd957ea commit 7efe30b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/resources/datadog_synthetics_test/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -337,18 +337,18 @@ resource "datadog_synthetics_test" "test_browser" {
type = "uploadFiles"
params {
files = jsonencode([{
name = "hello.txt" // Name of the file
size = 11 // Size of the file
content = "Hello world" // Content of the file
name = "hello.txt" // Name of the file
size = 11 // Size of the file
content = "Hello world" // Content of the file
}])
element= "*[@id='simple-file-upload']"
element = "*[@id='simple-file-upload']"
element_user_locator {
value {
type = "css"
type = "css"
value = "#simple-file-upload"
}
}
}
}
}

browser_variable {
Expand Down

0 comments on commit 7efe30b

Please sign in to comment.