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)| Either to create a Launch Template to associate with the Autoscaling group |`bool`|`true`| no |
37
37
| <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 group. |`number`| n/a | yes |
38
-
| <aname="input_asg_health_check_type"></a> [asg\_health\_check\_type](#input\_asg\_health\_check\_type)| (Optional) "EC2" or "ELB". Controls how health checking is done. |`string`|`null`| no |
38
+
| <aname="input_asg_health_check_type"></a> [asg\_health\_check\_type](#input\_asg\_health\_check\_type)| (Optional) "EC2" or "ELB". Controls how health checking is done. |`string`|`"EC2"`| no |
39
39
| <aname="input_asg_iam_instance_profile_name"></a> [asg\_iam\_instance\_profile\_name](#input\_asg\_iam\_instance\_profile\_name)| (Optional, Forces new resource) Name of the instance profile. |`string`|`null`| no |
40
40
| <aname="input_asg_iam_instance_profile_tags"></a> [asg\_iam\_instance\_profile\_tags](#input\_asg\_iam\_instance\_profile\_tags)| (Optional) Map of resource tags for the IAM Instance Profile. |`map(string)`|`{}`| no |
41
41
| <aname="input_asg_iam_role_name"></a> [asg\_iam\_role\_name](#input\_asg\_iam\_role\_name)| (Optional, Forces new resource) Friendly name of the role. |`string`|`null`| no |
42
-
| <aname="input_asg_iam_role_policy_attachments"></a> [asg\_iam\_role\_policy\_attachments](#input\_asg\_iam\_role\_policy\_attachments)| (Required) - The ARN of the policy you want to apply |`list(string)`| <pre>[<br> "arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerServiceforEC2Role"<br>]</pre> | no |
42
+
| <aname="input_asg_iam_role_policy_attachments"></a> [asg\_iam\_role\_policy\_attachments](#input\_asg\_iam\_role\_policy\_attachments)| (Optional) - The ARNs of the policies you want to apply |`list(string)`| <pre>[<br> "arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerServiceforEC2Role"<br>]</pre> | no |
43
43
| <aname="input_asg_iam_role_tags"></a> [asg\_iam\_role\_tags](#input\_asg\_iam\_role\_tags)| Key-value mapping of tags for the IAM role. |`map(string)`|`{}`| no |
44
44
| <aname="input_asg_instances_tags"></a> [asg\_instances\_tags](#input\_asg\_instances\_tags)| Resources Tags to propagate to the Instances |`map(string)`|`{}`| no |
| <aname="input_asg_launch_template_id"></a> [asg\_launch\_template\_id](#input\_asg\_launch\_template\_id)| Identifier of the Launch Template |`string`|`null`| no |
47
-
| <aname="input_asg_launch_template_version"></a> [asg\_launch\_template\_version](#input\_asg\_launch\_template\_version)| (Optional) Template version. |`string`|`null`| no |
47
+
| <aname="input_asg_launch_template_version"></a> [asg\_launch\_template\_version](#input\_asg\_launch\_template\_version)| (Optional) Template version. |`string`|`"$Default"`| no |
48
48
| <aname="input_asg_max_size"></a> [asg\_max\_size](#input\_asg\_max\_size)| Maximum size of the Auto Scaling Group |`number`| n/a | yes |
49
49
| <aname="input_asg_min_size"></a> [asg\_min\_size](#input\_asg\_min\_size)| Minimum size of the Auto Scaling Group |`number`| n/a | yes |
50
-
| <aname="input_asg_name"></a> [asg\_name](#input\_asg\_name)| (Optional) Name of the Auto Scaling Group. |`string`|n/a|yes|
51
-
| <aname="input_asg_protect_from_scale_in"></a> [asg\_protect\_from\_scale\_in](#input\_asg\_protect\_from\_scale\_in)| (Optional) Whether newly launched instances are automatically protected from termination by Amazon EC2 Auto Scaling when scaling in. |`bool`|`null`| no |
50
+
| <aname="input_asg_name"></a> [asg\_name](#input\_asg\_name)| (Optional) Name of the Auto Scaling Group. |`string`|`null`|no|
51
+
| <aname="input_asg_protect_from_scale_in"></a> [asg\_protect\_from\_scale\_in](#input\_asg\_protect\_from\_scale\_in)| (Optional) Whether newly launched instances are automatically protected from termination by Amazon EC2 Auto Scaling when scaling in. |`bool`|`false`| no |
52
52
| <aname="input_asg_tags"></a> [asg\_tags](#input\_asg\_tags)| Resources Tags for Autoscaling group |`map(string)`|`{}`| no |
53
-
| <aname="input_asg_vpc_zone_identifier"></a> [asg\_vpc\_zone\_identifier](#input\_asg\_vpc\_zone\_identifier)| (Optional) List of subnet IDs to launch resources in. |`list(string)`|n/a|yes|
53
+
| <aname="input_asg_vpc_zone_identifier"></a> [asg\_vpc\_zone\_identifier](#input\_asg\_vpc\_zone\_identifier)| (Optional) List of subnet IDs to launch resources in. |`list(string)`|`[]`|no|
54
54
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| (Required) Name of the cluster |`string`| n/a | yes |
55
55
| <aname="input_cluster_service_connect_namespace"></a> [cluster\_service\_connect\_namespace](#input\_cluster\_service\_connect\_namespace)| (Optional) ARN of the aws\_service\_discovery\_http\_namespace that's used when you create a service and don't specify a Service Connect configuration. |`string`|`null`| no |
56
56
| <aname="input_cluster_setting"></a> [cluster\_setting](#input\_cluster\_setting)| (Optional) Configuration block(s) with cluster settings. | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
0 commit comments