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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,9 @@ No modules.
47
47
| <aname="input_launch_template_id"></a> [launch\_template\_id](#input\_launch\_template\_id)| Identifier of the Launch Template |`string`|`null`| no |
48
48
| <aname="input_max_size"></a> [max\_size](#input\_max\_size)| Maximum size of the Auto Scaling Group |`number`| n/a | yes |
49
49
| <aname="input_min_size"></a> [min\_size](#input\_min\_size)| Minimum size of the Auto Scaling Group |`number`| n/a | yes |
50
-
| <aname="input_name"></a> [name](#input\_name)| (Optional) Name of the Auto Scaling Group. |`string`|n/a|yes|
50
+
| <aname="input_name"></a> [name](#input\_name)| (Optional) Name of the Auto Scaling Group. |`string`|`null`|no|
51
51
| <aname="input_tags"></a> [tags](#input\_tags)| Resources Tags for Autoscaling group |`map(string)`|`{}`| no |
52
-
| <aname="input_vpc_zone_identifier"></a> [vpc\_zone\_identifier](#input\_vpc\_zone\_identifier)| (Optional) List of subnet IDs to launch resources in. |`list(string)`|n/a|yes|
52
+
| <aname="input_vpc_zone_identifier"></a> [vpc\_zone\_identifier](#input\_vpc\_zone\_identifier)| (Optional) List of subnet IDs to launch resources in. |`list(string)`|`[]`|no|
0 commit comments