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_ami_id"></a> [ami\_id](#input\_ami\_id)| The AMI from which to launch the instance |`string`|`""`| no |
80
+
| <aname="input_autoscaling_group_tags"></a> [autoscaling\_group\_tags](#input\_autoscaling\_group\_tags)| A map of additional tags to add to the autoscaling group created. Tags are applied to the autoscaling group only and are NOT propagated to instances |`map(string)`|`{}`| no |
80
81
| <aname="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones)| A list of one or more availability zones for the group. Used for EC2-Classic and default subnets when not specified with `subnet_ids` argument. Conflicts with `subnet_ids`|`list(string)`|`null`| no |
81
82
| <aname="input_block_device_mappings"></a> [block\_device\_mappings](#input\_block\_device\_mappings)| Specify volumes to attach to the instance besides the volumes specified by the AMI |`any`|`{}`| no |
82
83
| <aname="input_bootstrap_extra_args"></a> [bootstrap\_extra\_args](#input\_bootstrap\_extra\_args)| Additional arguments passed to the bootstrap script. When `platform` = `bottlerocket`; these are additional [settings](https://github.com/bottlerocket-os/bottlerocket#settings) that are provided to the Bottlerocket user data |`string`|`""`| no |
description="A map of additional tags to add to the autoscaling group created. Tags are applied to the autoscaling group only and are NOT propagated to instances"
0 commit comments