Skip to content

Commit

Permalink
Update doc for Synthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
btoueg committed Nov 29, 2024
1 parent 1b6c3dd commit 63665d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions datadog/resource_datadog_synthetics_test_.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,13 +597,13 @@ func syntheticsTestOptionsRetry() *schema.Schema {
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"count": {
Description: "Number of retries needed to consider a location as failed before sending a notification alert.",
Description: "Number of retries needed to consider a location as failed before sending a notification alert. Maximum value: `5`.",
Type: schema.TypeInt,
Default: 0,
Optional: true,
},
"interval": {
Description: "Interval between a failed test and the next retry in milliseconds.",
Description: "Interval between a failed test and the next retry in milliseconds. Maximum value: `5000`.",
Type: schema.TypeInt,
Default: 300,
Optional: true,
Expand Down
8 changes: 4 additions & 4 deletions docs/resources/synthetics_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,8 +783,8 @@ Optional:

Optional:

- `count` (Number) Number of retries needed to consider a location as failed before sending a notification alert. Defaults to `0`.
- `interval` (Number) Interval between a failed test and the next retry in milliseconds. Defaults to `300`.
- `count` (Number) Number of retries needed to consider a location as failed before sending a notification alert. Maximum value: `5`. Defaults to `0`.
- `interval` (Number) Interval between a failed test and the next retry in milliseconds. Maximum value: `5000`. Defaults to `300`.



Expand Down Expand Up @@ -1008,8 +1008,8 @@ Optional:

Optional:

- `count` (Number) Number of retries needed to consider a location as failed before sending a notification alert. Defaults to `0`.
- `interval` (Number) Interval between a failed test and the next retry in milliseconds. Defaults to `300`.
- `count` (Number) Number of retries needed to consider a location as failed before sending a notification alert. Maximum value: `5`. Defaults to `0`.
- `interval` (Number) Interval between a failed test and the next retry in milliseconds. Maximum value: `5000`. Defaults to `300`.


<a id="nestedblock--options_list--rum_settings"></a>
Expand Down

0 comments on commit 63665d4

Please sign in to comment.