Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo committed Jul 2, 2024
1 parent 958ec69 commit e06b24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datadog/resource_datadog_synthetics_test_.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func resourceDatadogSyntheticsTest() *schema.Resource {
Optional: true,
},
"force_delete_dependencies": {
Description: "A boolean indicating whether this monitor can be deleted even if it's referenced by other resources (for example, SLOs and composite monitors).",
Description: "A boolean indicating whether this synthetics test can be deleted even if it's referenced by other resources (for example, SLOs and composite monitors).",
Type: schema.TypeBool,
Optional: true,
},
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/synthetics_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ resource "datadog_synthetics_test" "grpc" {
- `browser_variable` (Block List) Variables used for a browser test steps. Multiple `variable` blocks are allowed with the structure below. (see [below for nested schema](#nestedblock--browser_variable))
- `config_variable` (Block List) Variables used for the test configuration. Multiple `config_variable` blocks are allowed with the structure below. (see [below for nested schema](#nestedblock--config_variable))
- `device_ids` (List of String) Required if `type = "browser"`. Array with the different device IDs used to run the test. Valid values are `laptop_large`, `tablet`, `mobile_small`, `chrome.laptop_large`, `chrome.tablet`, `chrome.mobile_small`, `firefox.laptop_large`, `firefox.tablet`, `firefox.mobile_small`, `edge.laptop_large`, `edge.tablet`, `edge.mobile_small`.
- `force_delete_dependencies` (Boolean) A boolean indicating whether this monitor can be deleted even if it's referenced by other resources (for example, SLOs and composite monitors).
- `force_delete_dependencies` (Boolean) A boolean indicating whether this synthetics test can be deleted even if it's referenced by other resources (for example, SLOs and composite monitors).
- `message` (String) A message to include with notifications for this synthetics test. Email notifications can be sent to specific users by using the same `@username` notation as events. Defaults to `""`.
- `options_list` (Block List, Max: 1) (see [below for nested schema](#nestedblock--options_list))
- `request_basicauth` (Block List, Max: 1) The HTTP basic authentication credentials. Exactly one nested block is allowed with the structure below. (see [below for nested schema](#nestedblock--request_basicauth))
Expand Down

0 comments on commit e06b24e

Please sign in to comment.