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 0dbc151 commit 4f6bd61Copy full SHA for 4f6bd61
website/docs/r/cse_log_match_list.html.markdown
@@ -16,8 +16,8 @@ resource "sumologic_cse_match_list" "match_list" {
16
name = "Match list name"
17
target_column = "SrcIp"
18
items {
19
- description = "Match list item description"
20
- value = "action"
+ description = "IP address"
+ value = "192.168.0.1"
21
expiration = "2022-02-27T04:00:00"
22
}
23
0 commit comments