We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96ceda commit 950fa00Copy full SHA for 950fa00
website/docs/r/cse_log_match_list.html.markdown
@@ -11,13 +11,11 @@ Provides a Sumologic CSE Match List.
11
## Example Usage
12
```hcl
13
resource "sumologic_cse_match_list" "match_list" {
14
- active = true
15
default_ttl = 10800
16
description = "Match list description"
17
name = "Match list name"
18
target_column = "SrcIp"
19
items {
20
21
description = "Match list item description"
22
value = "action"
23
expiration = "2022-02-27T04:00:00"
0 commit comments