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_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map)| Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not added to `tags` or `id`.<br>This is for some rare cases where resources want additional configuration of tags<br>and therefore take a list of maps with tag key, value, and additional configuration. |`map(string)`|`{}`| no |
175
175
| <aname="input_assessment_duration"></a> [assessment\_duration](#input\_assessment\_duration)| The max duration of the Inspector assessment run in seconds |`string`|`"3600"`| no |
176
+
| <aname="input_assessment_event_subscription"></a> [assessment\_event\_subscription](#input\_assessment\_event\_subscription)| Configures sending notifications about a specified assessment template event to a designated SNS topic | <pre>map(object({<br> event = string<br> topic_arn = string<br> }))</pre> |`{}`| no |
176
177
| <aname="input_attributes"></a> [attributes](#input\_attributes)| ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,<br>in the order they appear in the list. New attributes are appended to the<br>end of the list. The elements of the list are joined by the `delimiter`<br>and treated as a single ID element. |`list(string)`|`[]`| no |
177
178
| <aname="input_context"></a> [context](#input\_context)| Single object for setting entire context at once.<br>See description of individual variables for details.<br>Leave string and numeric variables as `null` to use default value.<br>Individual variable settings (non-null) override settings in context object,<br>except for attributes, tags, and additional\_tag\_map, which are merged. |`any`| <pre>{<br> "additional_tag_map": {},<br> "attributes": [],<br> "delimiter": null,<br> "descriptor_formats": {},<br> "enabled": true,<br> "environment": null,<br> "id_length_limit": null,<br> "label_key_case": null,<br> "label_order": [],<br> "label_value_case": null,<br> "labels_as_tags": [<br> "unset"<br> ],<br> "name": null,<br> "namespace": null,<br> "regex_replace_chars": null,<br> "stage": null,<br> "tags": {},<br> "tenant": null<br>}</pre> | no |
178
179
| <aname="input_create_iam_role"></a> [create\_iam\_role](#input\_create\_iam\_role)| Flag to indicate whether an IAM Role should be created to grant the proper permissions for AWS Config |`bool`|`false`| no |
@@ -307,7 +308,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
| <aname="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map)| Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not added to `tags` or `id`.<br>This is for some rare cases where resources want additional configuration of tags<br>and therefore take a list of maps with tag key, value, and additional configuration. |`map(string)`|`{}`| no |
41
41
| <aname="input_assessment_duration"></a> [assessment\_duration](#input\_assessment\_duration)| The max duration of the Inspector assessment run in seconds |`string`|`"3600"`| no |
42
+
| <aname="input_assessment_event_subscription"></a> [assessment\_event\_subscription](#input\_assessment\_event\_subscription)| Configures sending notifications about a specified assessment template event to a designated SNS topic | <pre>map(object({<br> event = string<br> topic_arn = string<br> }))</pre> |`{}`| no |
42
43
| <aname="input_attributes"></a> [attributes](#input\_attributes)| ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,<br>in the order they appear in the list. New attributes are appended to the<br>end of the list. The elements of the list are joined by the `delimiter`<br>and treated as a single ID element. |`list(string)`|`[]`| no |
43
44
| <aname="input_context"></a> [context](#input\_context)| Single object for setting entire context at once.<br>See description of individual variables for details.<br>Leave string and numeric variables as `null` to use default value.<br>Individual variable settings (non-null) override settings in context object,<br>except for attributes, tags, and additional\_tag\_map, which are merged. |`any`| <pre>{<br> "additional_tag_map": {},<br> "attributes": [],<br> "delimiter": null,<br> "descriptor_formats": {},<br> "enabled": true,<br> "environment": null,<br> "id_length_limit": null,<br> "label_key_case": null,<br> "label_order": [],<br> "label_value_case": null,<br> "labels_as_tags": [<br> "unset"<br> ],<br> "name": null,<br> "namespace": null,<br> "regex_replace_chars": null,<br> "stage": null,<br> "tags": {},<br> "tenant": null<br>}</pre> | no |
44
45
| <aname="input_create_iam_role"></a> [create\_iam\_role](#input\_create\_iam\_role)| Flag to indicate whether an IAM Role should be created to grant the proper permissions for AWS Config |`bool`|`false`| no |
0 commit comments