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
Copy file name to clipboardExpand all lines: modules/asg/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
@@ -47,6 +47,7 @@ No modules.
47
47
| <aname="input_max_size"></a> [max\_size](#input\_max\_size)| Max. size for the Autoscaling group |`number`| n/a | yes |
48
48
| <aname="input_min_size"></a> [min\_size](#input\_min\_size)| Min. size for the Autoscaling group |`number`| n/a | yes |
49
49
| <aname="input_name"></a> [name](#input\_name)| Name of the Autoscaling Group |`string`| n/a | yes |
50
+
| <aname="input_protect_from_scale_in"></a> [protect\_from\_scale\_in](#input\_protect\_from\_scale\_in)| Whether to enable protection for Autoscaling group from scaling in instances |`bool`|`false`| no |
50
51
| <aname="input_tags"></a> [tags](#input\_tags)| Resources Tags for Autoscaling group |`map(any)`|`{}`| no |
51
52
| <aname="input_vpc_zone_identifier"></a> [vpc\_zone\_identifier](#input\_vpc\_zone\_identifier)| Identifiers of the VPC Subnets |`list(string)`| n/a | yes |
0 commit comments