Skip to content

Commit fda78fe

Browse files
committed
update docs
1 parent bc40359 commit fda78fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datadog/resource_datadog_security_monitoring_default_rule.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func resourceDatadogSecurityMonitoringDefaultRule() *schema.Resource {
6161
"options": {
6262
Type: schema.TypeList,
6363
Optional: true,
64-
Description: "Options for the action.",
64+
Description: "Options for the action",
6565
MaxItems: 1,
6666
Elem: &schema.Resource{
6767
Schema: map[string]*schema.Schema{

docs/resources/security_monitoring_default_rule.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Required:
5050

5151
Optional:
5252

53-
- `action` (Block List) Action to perform when the case triggers (see below for [nested schema](#nestedblock--case--action)).
53+
- `action` (Block List) Action to perform when the case triggers (see [below for nested schema](#nestedblock--case--action))
5454

5555
<a id="nestedblock--case--action"></a>
5656
### Nested Schema for `case.action`
@@ -61,7 +61,7 @@ Required:
6161

6262
Optional:
6363

64-
- `options` (Block List, Max: 1) Options for the action (see below for [nested schema](#nestedblock--case--action--options)).
64+
- `options` (Block List, Max: 1) Options for the action (see [below for nested schema](#nestedblock--case--action--options))
6565

6666
<a id="nestedblock--case--action--options"></a>
6767
### Nested Schema for `case.action.options`

0 commit comments

Comments
 (0)