You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/rule-group/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ No modules.
149
149
| <aname="input_resource_policy"></a> [resource\_policy](#input\_resource\_policy)| The policy JSON to use for the resource policy; required when `create_resource_policy` is `false`|`string`|`""`| no |
150
150
| <aname="input_resource_policy_actions"></a> [resource\_policy\_actions](#input\_resource\_policy\_actions)| A list of IAM actions allowed in the resource policy |`list(string)`|`[]`| no |
151
151
| <aname="input_resource_policy_principals"></a> [resource\_policy\_principals](#input\_resource\_policy\_principals)| A list of IAM principals allowed in the resource policy |`list(string)`|`[]`| no |
| <aname="input_rules"></a> [rules](#input\_rules)| The stateful rule group rules specifications in Suricata file format, with one rule per line. Use this to import your existing Suricata compatible rule groups. Required unless `rule_group` is specified |`string`|`null`| no |
154
154
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
155
155
| <aname="input_type"></a> [type](#input\_type)| Whether the rule group is stateless (containing stateless rules) or stateful (containing stateful rules). Valid values include: `STATEFUL` or `STATELESS`|`string`|`"STATELESS"`| no |
0 commit comments