generated from appvia/terraform-aws-module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
basic readme for rule parser nested module
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!-- BEGIN_TF_DOCS --> | ||
## Requirements | ||
|
||
No requirements. | ||
|
||
## Providers | ||
|
||
No providers. | ||
|
||
## Modules | ||
|
||
No modules. | ||
|
||
## Resources | ||
|
||
No resources. | ||
|
||
## Inputs | ||
|
||
| Name | Description | Type | Default | Required | | ||
|------|-------------|------|---------|:--------:| | ||
| <a name="input_rules"></a> [rules](#input\_rules) | List of rules. Each entry should be a single rule declaration | `list(string)` | n/a | yes | | ||
|
||
## Outputs | ||
|
||
| Name | Description | | ||
|------|-------------| | ||
| <a name="output_comments"></a> [comments](#output\_comments) | List of comments | | ||
| <a name="output_disabled"></a> [disabled](#output\_disabled) | List of disabled rules | | ||
| <a name="output_duplicate_sids"></a> [duplicate\_sids](#output\_duplicate\_sids) | List of duplicate statement identifiers for enabled rules | | ||
| <a name="output_enabled"></a> [enabled](#output\_enabled) | List of enabled rules | | ||
| <a name="output_generated"></a> [generated](#output\_generated) | n/a | | ||
| <a name="output_invalid"></a> [invalid](#output\_invalid) | List of rules that failed to be parsed | | ||
<!-- END_TF_DOCS --> |