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
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
|<aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| The instance type to use. |`string`|`"t2.micro"`| no |
90
-
|<aname="input_max_size"></a> [max\_size](#input\_max\_size)| Maxmimum instance count. |`string`|`2`| no |
91
-
|<aname="input_min_size"></a> [min\_size](#input\_min\_size)| Minimum instance count. |`string`|`2`| no |
92
-
|<aname="input_name"></a> [name](#input\_name)| The ECS cluster name this will launching instances for. |`string`| n/a | yes |
93
-
|<aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| A list of security group ids to attach to the autoscaling group |`list(string)`|`[]`| no |
94
-
|<aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| A list of subnet IDs to launch resources in. |`list(string)`| n/a | yes |
95
-
|<aname="input_use_AmazonEC2ContainerServiceforEC2Role_policy"></a> [use\_AmazonEC2ContainerServiceforEC2Role\_policy](#input\_use\_AmazonEC2ContainerServiceforEC2Role\_policy)| Attaches the AWS managed AmazonEC2ContainerServiceforEC2Role policy to the ECS instance role. |`string`|`true`| no |
96
-
|<aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The id of the VPC to launch resources in. |`any`| n/a | yes |
86
+
| desired\_capacity | Desired instance count. |`string`|`2`| no |
| instance\_type | The instance type to use. |`string`|`"t2.micro"`| no |
90
+
| max\_size | Maxmimum instance count. |`string`|`2`| no |
91
+
| min\_size | Minimum instance count. |`string`|`2`| no |
92
+
| name | The ECS cluster name this will launching instances for. |`string`| n/a | yes |
93
+
| security\_group\_ids | A list of security group ids to attach to the autoscaling group |`list(string)`|`[]`| no |
94
+
| subnet\_ids | A list of subnet IDs to launch resources in. |`list(string)`| n/a | yes |
95
+
| use\_AmazonEC2ContainerServiceforEC2Role\_policy | Attaches the AWS managed AmazonEC2ContainerServiceforEC2Role policy to the ECS instance role. |`string`|`true`| no |
96
+
| vpc\_id | The id of the VPC to launch resources in. |`any`| n/a | yes |
97
97
98
98
## Outputs
99
99
100
100
| Name | Description |
101
101
|------|-------------|
102
-
|<aname="output_ecs_cluster_arn"></a> [ecs\_cluster\_arn](#output\_ecs\_cluster\_arn)| The ARN of the ECS cluster. |
103
-
|<aname="output_ecs_cluster_name"></a> [ecs\_cluster\_name](#output\_ecs\_cluster\_name)| The name of the ECS cluster. |
104
-
|<aname="output_ecs_instance_role"></a> [ecs\_instance\_role](#output\_ecs\_instance\_role)| The name of the ECS instance role. |
102
+
| ecs\_cluster\_arn | The ARN of the ECS cluster. |
103
+
| ecs\_cluster\_name | The name of the ECS cluster. |
104
+
| ecs\_instance\_role | The name of the ECS instance role. |
0 commit comments