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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ No resources.
41
41
| <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
42
| <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 |
43
43
| <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 |
46
46
| <aname="input_asg_max_size"></a> [asg\_max\_size](#input\_asg\_max\_size)| Maximum size of the Auto Scaling Group |`number`| n/a | yes |
47
47
| <aname="input_asg_min_size"></a> [asg\_min\_size](#input\_asg\_min\_size)| Minimum size of the Auto Scaling Group |`number`| n/a | yes |
Copy file name to clipboardExpand all lines: modules/asg/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,18 +36,19 @@ No modules.
36
36
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the ECS Cluster to associate with the Autoscaling Group |`string`| n/a | yes |
37
37
| <aname="input_create_launch_template"></a> [create\_launch\_template](#input\_create\_launch\_template)| Either to create a Launch Template to associate with the Autoscaling group |`bool`|`true`| no |
38
38
| <aname="input_desired_capacity"></a> [desired\_capacity](#input\_desired\_capacity)| The number of Amazon EC2 instances that should be running in the group. |`number`| n/a | yes |
39
+
| <aname="input_health_check_type"></a> [health\_check\_type](#input\_health\_check\_type)| (Optional) "EC2" or "ELB". Controls how health checking is done. |`string`|`"EC2"`| no |
39
40
| <aname="input_iam_instance_profile_name"></a> [iam\_instance\_profile\_name](#input\_iam\_instance\_profile\_name)| (Optional, Forces new resource) Name of the instance profile. |`string`|`null`| no |
40
-
| <aname="input_iam_instance_profile_tags"></a> [iam\_instance\_profile\_tags](#input\_iam\_instance\_profile\_tags)| (Optional) Map of resource tags for the IAM Instance Profile. |`map(any)`|`{}`| no |
41
+
| <aname="input_iam_instance_profile_tags"></a> [iam\_instance\_profile\_tags](#input\_iam\_instance\_profile\_tags)| (Optional) Map of resource tags for the IAM Instance Profile. |`map(string)`|`{}`| no |
41
42
| <aname="input_iam_role_name"></a> [iam\_role\_name](#input\_iam\_role\_name)| (Optional, Forces new resource) Friendly name of the role. |`string`|`null`| no |
42
43
| <aname="input_iam_role_policy_attachments"></a> [iam\_role\_policy\_attachments](#input\_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 |
43
-
| <aname="input_iam_role_tags"></a> [iam\_role\_tags](#input\_iam\_role\_tags)| Key-value mapping of tags for the IAM role. |`map(any)`|`{}`| no |
44
-
| <aname="input_instances_tags"></a> [instances\_tags](#input\_instances\_tags)| Resources Tags to propagate to the Instances |`map(any)`|`{}`| no |
| <aname="input_iam_role_tags"></a> [iam\_role\_tags](#input\_iam\_role\_tags)| Key-value mapping of tags for the IAM role. |`map(string)`|`{}`| no |
45
+
| <aname="input_instances_tags"></a> [instances\_tags](#input\_instances\_tags)| Resources Tags to propagate to the Instances |`map(string)`|`{}`| no |
| <aname="input_launch_template_id"></a> [launch\_template\_id](#input\_launch\_template\_id)| Identifier of the Launch Template |`string`|`null`| no |
47
48
| <aname="input_max_size"></a> [max\_size](#input\_max\_size)| Maximum size of the Auto Scaling Group |`number`| n/a | yes |
48
49
| <aname="input_min_size"></a> [min\_size](#input\_min\_size)| Minimum size of the Auto Scaling Group |`number`| n/a | yes |
49
50
| <aname="input_name"></a> [name](#input\_name)| (Optional) Name of the Auto Scaling Group. |`string`| n/a | yes |
50
-
| <aname="input_tags"></a> [tags](#input\_tags)| Resources Tags for Autoscaling group |`map(any)`|`{}`| no |
51
+
| <aname="input_tags"></a> [tags](#input\_tags)| Resources Tags for Autoscaling group |`map(string)`|`{}`| no |
51
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 |
0 commit comments