Skip to content

Commit 9b31115

Browse files
author
Pedro Montiel
committed
including feedback on documentation
1 parent 153d645 commit 9b31115

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/r/cse_rule_tuning_expression.html.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ resource "sumologic_cse_rule_tuning_expression" "rule_tuning_expression" {
2525

2626
The following arguments are supported:
2727

28-
- `name` - (Required) The name of the insights status.
29-
- `description` - (Required) The description of the insights status.
28+
- `name` - (Required) The name of the rule tuning expression.
29+
- `description` - (Required) The description of the rule tuning expression.
3030
- `expression` - (Required) Expression to match.
3131
- `enabled` - (Required) Enabled flag.
32-
- `exclude` - (Required) Set to true to exclude records that also match expression.
33-
- `is_global` - (Required) Set to true if tuning expression intended to be global.
34-
- `rule_ids` - (Required) List of rule ids, for the tuning expression to be applied. ( Empty if is_global set to true)
32+
- `exclude` - (Required) Set to true to exclude records that match the expression. If set to false, only records that do match the expression will be included.
33+
- `is_global` - (Required) Set to true if this tuning expression should be applied to all rules.
34+
- `rule_ids` - (Required) List of rule IDs, for the tuning expression to be applied. ( Empty if is_global set to true)
3535

3636

3737
The following attributes are exported:

0 commit comments

Comments
 (0)