Skip to content

Commit ae07676

Browse files
committed
update docs
1 parent 3d06545 commit ae07676

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/data-sources/security_monitoring_suppressions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ Read-Only:
3535
- `rule_query` (String)
3636
- `start_date` (String)
3737
- `suppression_query` (String)
38+
- `tags` (List of String)

docs/resources/security_monitoring_suppression.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ resource "datadog_security_monitoring_suppression" "my_suppression" {
4141
- `expiration_date` (String) A RFC3339 timestamp giving an expiration date for the suppression rule. After this date, it won't suppress signals anymore.
4242
- `start_date` (String) A RFC3339 timestamp giving a start date for the suppression rule. Before this date, it doesn't suppress signals.
4343
- `suppression_query` (String) The suppression query of the suppression rule. If a signal matches this query, it is suppressed and is not triggered. It uses the same syntax as the queries to search signals in the Signals Explorer.
44+
- `tags` (List of String) A list of tags associated with the suppression rule.
4445
- `validate` (Boolean) Whether to validate the suppression rule during `terraform plan`. When set to `true`, the rule is validated against Datadog's suppression validation endpoint. Defaults to `true`.
4546

4647
### Read-Only

0 commit comments

Comments
 (0)