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_asg_create_launch_template"></a> [asg\_create\_launch\_template](#input\_asg\_create\_launch\_template)| Whether to create a launch template. |`bool`| n/a | yes |
97
+
| <aname="input_asg_desired_capacity"></a> [asg\_desired\_capacity](#input\_asg\_desired\_capacity)| The number of Amazon EC2 instances that should be running in the Auto Scaling Group. |`number`| n/a | yes |
98
+
| <aname="input_asg_iam_instance_profile_name"></a> [asg\_iam\_instance\_profile\_name](#input\_asg\_iam\_instance\_profile\_name)| The name of the IAM instance profile for the Auto Scaling Group. |`string`| n/a | yes |
99
+
| <aname="input_asg_iam_instance_profile_tags"></a> [asg\_iam\_instance\_profile\_tags](#input\_asg\_iam\_instance\_profile\_tags)| A map of tags to assign to the IAM instance profile. |`map(string)`| n/a | yes |
100
+
| <aname="input_asg_iam_role_name"></a> [asg\_iam\_role\_name](#input\_asg\_iam\_role\_name)| The name of the IAM role for the Auto Scaling Group. |`string`| n/a | yes |
101
+
| <aname="input_asg_iam_role_tags"></a> [asg\_iam\_role\_tags](#input\_asg\_iam\_role\_tags)| A map of tags to assign to the IAM role. |`map(string)`| n/a | yes |
102
+
| <aname="input_asg_instances_tags"></a> [asg\_instances\_tags](#input\_asg\_instances\_tags)| A map of tags to assign to the instances within the Auto Scaling Group. |`map(string)`| n/a | yes |
103
+
| <aname="input_asg_launch_template"></a> [asg\_launch\_template](#input\_asg\_launch\_template)| The configuration of the launch template. | <pre>object({<br> image_id = string<br> instance_type = string<br> key_name = string<br> security_group_ids = list(string)<br> })</pre> | n/a | yes |
104
+
| <aname="input_asg_launch_template_version"></a> [asg\_launch\_template\_version](#input\_asg\_launch\_template\_version)| The version of the launch template to use. |`string`| n/a | yes |
105
+
| <aname="input_asg_max_size"></a> [asg\_max\_size](#input\_asg\_max\_size)| The maximum size of the Auto Scaling Group. |`number`| n/a | yes |
106
+
| <aname="input_asg_min_size"></a> [asg\_min\_size](#input\_asg\_min\_size)| The minimum size of the Auto Scaling Group. |`number`| n/a | yes |
107
+
| <aname="input_asg_name"></a> [asg\_name](#input\_asg\_name)| The name of the Auto Scaling Group. |`string`| n/a | yes |
108
+
| <aname="input_asg_tags"></a> [asg\_tags](#input\_asg\_tags)| A map of tags to assign to the Auto Scaling Group. |`map(string)`| n/a | yes |
109
+
| <aname="input_asg_vpc_zone_identifier"></a> [asg\_vpc\_zone\_identifier](#input\_asg\_vpc\_zone\_identifier)| A list of subnet IDs to launch resources in. |`list(string)`| n/a | yes |
110
+
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| The name of the ECS cluster. |`string`| n/a | yes |
111
+
| <aname="input_cluster_setting"></a> [cluster\_setting](#input\_cluster\_setting)| The settings to use when creating the cluster. | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> | n/a | yes |
112
+
| <aname="input_cluster_tags"></a> [cluster\_tags](#input\_cluster\_tags)| A map of tags to assign to the cluster. |`map(string)`| n/a | yes |
0 commit comments