Skip to content

Commit 950fa00

Browse files
author
Pedro Montiel
committed
INVS-11: remove active flag
1 parent a96ceda commit 950fa00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

website/docs/r/cse_log_match_list.html.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ Provides a Sumologic CSE Match List.
1111
## Example Usage
1212
```hcl
1313
resource "sumologic_cse_match_list" "match_list" {
14-
active = true
1514
default_ttl = 10800
1615
description = "Match list description"
1716
name = "Match list name"
1817
target_column = "SrcIp"
1918
items {
20-
active = true
2119
description = "Match list item description"
2220
value = "action"
2321
expiration = "2022-02-27T04:00:00"

0 commit comments

Comments
 (0)