Skip to content

Commit

Permalink
fix doc order
Browse files Browse the repository at this point in the history
  • Loading branch information
marciogoda committed Mar 27, 2024
1 parent 503da3b commit 8860f6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ An ECS service with an ALB target group, suitable for routing to from an ALB.
| <a name="input_desired_count"></a> [desired\_count](#input\_desired\_count) | The number of instances of the task definition to place and keep running. | `string` | `"3"` | no |
| <a name="input_ecs_cluster"></a> [ecs\_cluster](#input\_ecs\_cluster) | The ECS cluster | `string` | `"default"` | no |
| <a name="input_env"></a> [env](#input\_env) | Environment name | `any` | n/a | yes |
| <a name="input_extra_hosts"></a>[extra\_hosts](#input\_extra\_hosts) | List of objects containing 'hostname' and 'ipAddress' used to add extra /etc/hosts to the container. | `list(object({'hostname': string 'ipAddress': string})` | `[]` | no |
| <a name="input_health_check_grace_period_seconds"></a> [health\_check\_grace\_period\_seconds](#input\_health\_check\_grace\_period\_seconds) | Seconds to ignore failing load balancer health checks on newly instantiated tasks to prevent premature shutdown, up to 2147483647. Default 0. | `string` | `"0"` | no |
| <a name="input_image_id"></a> [image\_id](#input\_image\_id) | ECR image\_id for the ecs container | `string` | `""` | no |
| <a name="input_is_test"></a> [is\_test](#input\_is\_test) | For testing only. Stops the call to AWS for sts | `bool` | `false` | no |
Expand All @@ -85,8 +86,6 @@ An ECS service with an ALB target group, suitable for routing to from an ALB.
| <a name="input_target_group_arn"></a> [target\_group\_arn](#input\_target\_group\_arn) | The ALB target group for the service. | `string` | `""` | no |
| <a name="input_task_role_policy"></a> [task\_role\_policy](#input\_task\_role\_policy) | IAM policy document to apply to the tasks via a task role | `string` | `"{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Action\": \"sts:GetCallerIdentity\",\n \"Effect\": \"Allow\",\n \"Resource\": \"*\"\n }\n ]\n}\n"` | no |
| <a name="input_taskdef_volume"></a> [taskdef\_volume](#input\_taskdef\_volume) | Map containing 'name' and 'host\_path' used to add a volume mapping to the taskdef. | `map(string)` | `{}` | no |
| <a name="input_extra_hosts"></a>[extra\_hosts](#input\_extra\_hosts) | List of objects containing 'hostname' and 'ipAddress' used to add extra /etc/hosts to the container. | `list(object({'hostname': string 'ipAddress': string})` | `[]` | no |

## Outputs

| Name | Description |
Expand Down

0 comments on commit 8860f6d

Please sign in to comment.