Skip to content

Commit 4f6bd61

Browse files
author
Pedro Montiel
committed
INVS-11: PR comments
1 parent 0dbc151 commit 4f6bd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/cse_log_match_list.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ resource "sumologic_cse_match_list" "match_list" {
1616
name = "Match list name"
1717
target_column = "SrcIp"
1818
items {
19-
description = "Match list item description"
20-
value = "action"
19+
description = "IP address"
20+
value = "192.168.0.1"
2121
expiration = "2022-02-27T04:00:00"
2222
}
2323
}

0 commit comments

Comments
 (0)