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
{{ message }}
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ No requirements.
173
173
| asg\_name | Creates a unique name for autoscaling group beginning with the specified prefix |`string`|`""`| no |
174
174
| associate\_public\_ip\_address | Associate a public ip address with an instance in a VPC |`bool`|`false`| no |
175
175
| block\_device\_mappings | Mappings of block devices, see https://www.terraform.io/docs/providers/aws/r/launch_template.html#block-devices|`list(any)`| <pre>[<br> {}<br>]</pre> | no |
176
+
| capacity\_rebalance | Indicates whether capacity rebalance is enabled. |`bool`|`null`| no |
176
177
| create\_asg | Whether to create autoscaling group |`bool`|`true`| no |
177
178
| create\_asg\_with\_initial\_lifecycle\_hook | Create an ASG with initial lifecycle hook |`bool`|`false`| no |
178
179
| create\_lt | Whether to create launch template |`bool`|`true`| no |
0 commit comments