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_autoscaling_group_tags"></a> [autoscaling\_group\_tags](#input\_autoscaling\_group\_tags)| A map of additional tags to add to the autoscaling group |`map(string)`|`{}`| no |
267
+
| <aname="input_availability_zone_distribution"></a> [availability\_zone\_distribution](#input\_availability\_zone\_distribution)| A map of configuration for capacity distribution across availability zones |`any`|`{}`| no |
267
268
| <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 `vpc_zone_identifier` argument. Conflicts with `vpc_zone_identifier`|`list(string)`|`null`| no |
268
269
| <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 |`list(any)`|`[]`| no |
269
270
| <aname="input_capacity_rebalance"></a> [capacity\_rebalance](#input\_capacity\_rebalance)| Indicates whether capacity rebalance is enabled |`bool`|`null`| no |
description="A map of configuration for capacity distribution across availability zones"
54
+
type=any
55
+
default={}
56
+
}
57
+
52
58
variable"vpc_zone_identifier" {
53
59
description="A list of subnet IDs to launch resources in. Subnets automatically determine which availability zones the group will reside. Conflicts with `availability_zones`"
0 commit comments