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_security_group_ids"></a> [additional\_security\_group\_ids](#input\_additional\_security\_group\_ids)| Security groups that will be attached to the app instances |`list(string)`|`[]`| no |
134
+
| <aname="input_additional_security_group_rules"></a> [additional\_security\_group\_rules](#input\_additional\_security\_group\_rules)| Additional security group rules that will be attached to the primary security group |`map(string)`|`{}`| no |
133
135
| <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 |
134
136
| <aname="input_ami"></a> [ami](#input\_ami)| The AMI to use for the SSM Agent EC2 Instance. If not provided, the latest Amazon Linux 2023 AMI will be used. Note: This will update periodically as AWS releases updates to their AL2023 AMI. Pin to a specific AMI if you would like to avoid these updates. |`string`|`""`| no |
135
137
| <aname="input_architecture"></a> [architecture](#input\_architecture)| The architecture of the AMI (e.g., x86\_64, arm64) |`string`|`"arm64"`| no |
0 commit comments