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/ruleset/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ No modules.
31
31
| <aname="input_name"></a> [name](#input\_name)| The name of the ruleset. |`string`| n/a | yes |
32
32
| <aname="input_ref_name_exclusions"></a> [ref\_name\_exclusions](#input\_ref\_name\_exclusions)| A list of ref names or patterns to exclude. Defaults to an empty list. If set and `ruleset_type` is set to `organization` then either `repository_name_inclusions` or `repository_name_exclusions` must be set to a list of atleast 1 string. |`list(string)`|`[]`| no |
33
33
| <aname="input_ref_name_inclusions"></a> [ref\_name\_inclusions](#input\_ref\_name\_inclusions)| A list of ref names or patterns to include. Defaults to an empty list. If set and `ruleset_type` is set to `organization` then either `repository_name_inclusions` or `repository_name_exclusions` must be set to a list of atleast 1 string. |`list(string)`|`[]`| no |
34
-
| <aname="input_repository"></a> [repository](#input\_repository)| The name of the repository to apply the ruleset to. Only used when ruleset\_type is 'repository'. |`string`|`null`| no |
35
34
| <aname="input_repository_name_exclusions"></a> [repository\_name\_exclusions](#input\_repository\_name\_exclusions)| A list of repository names or patterns to exclude. If `ruleset_type` is set to `repository` then this field is ignored. |`list(string)`|`[]`| no |
36
35
| <aname="input_repository_name_inclusions"></a> [repository\_name\_inclusions](#input\_repository\_name\_inclusions)| A list of repository names or patterns to include. If `ruleset_type` is set to `repository` then this field is ignored. |`list(string)`|`[]`| no |
0 commit comments