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
| <aname="input_aws_managed_rules"></a> [aws\_managed\_rules](#input\_aws\_managed\_rules)| A list of AWS Managed Rules that should be enabled on the account.<br><br>See the following for a list of possible rules to enable:<br>https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html| <pre>map(object({<br> description = string<br> identifier = string<br> input_parameters = any<br> }))</pre> |`{}`| no |
136
-
| <aname="input_include_global_resource_rules"></a> [include\_global\_resource\_rules](#input\_include\_global\_resource\_rules)|True/False to add global resource rules to Config. Default is false |`string`|`false`| no |
133
+
| <aname="input_custom_managed_rules"></a> [custom\_managed\_rules](#input\_custom\_managed\_rules)|A list of AWS Managed Custom Rules that should be enabled on the account.<br><br>Reference<br>https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html|`map(any)`|`{}`| no |
137
134
| <aname="input_input_tags"></a> [input\_tags](#input\_input\_tags)| Map of tags to apply to resources |`map(any)`| <pre>{<br> "Developer": "StratusGrid",<br> "Provisioner": "Terraform"<br>}</pre> | no |
138
-
| <aname="input_required_tags"></a> [required\_tags](#input\_required\_tags)| Map of tag keys, and optionally values, that are required. |`map(any)`|`{}`| no |
139
-
| <aname="input_required_tags_enabled"></a> [required\_tags\_enabled](#input\_required\_tags\_enabled)| True/False to add RequiredTags to Config. Default is false |`string`|`false`| no |
0 commit comments