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
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,7 @@ allow_github_webhooks = true
287
287
| <aname="input_ecs_service_deployment_maximum_percent"></a> [ecs\_service\_deployment\_maximum\_percent](#input\_ecs\_service\_deployment\_maximum\_percent)| The upper limit (as a percentage of the service's desiredCount) of the number of running tasks that can be running in a service during a deployment |`number`|`200`| no |
288
288
| <aname="input_ecs_service_deployment_minimum_healthy_percent"></a> [ecs\_service\_deployment\_minimum\_healthy\_percent](#input\_ecs\_service\_deployment\_minimum\_healthy\_percent)| The lower limit (as a percentage of the service's desiredCount) of the number of running tasks that must remain running and healthy in a service during a deployment |`number`|`50`| no |
289
289
| <aname="input_ecs_service_desired_count"></a> [ecs\_service\_desired\_count](#input\_ecs\_service\_desired\_count)| The number of instances of the task definition to place and keep running |`number`|`1`| no |
290
+
| <aname="input_ecs_service_force_new_deployment"></a> [ecs\_service\_force\_new\_deployment](#input\_ecs\_service\_force\_new\_deployment)| Enable to force a new task deployment of the service. This can be used to update tasks to use a newer Docker image with same image/tag combination (e.g. myimage:latest) |`bool`|`false`| no |
290
291
| <aname="input_ecs_service_platform_version"></a> [ecs\_service\_platform\_version](#input\_ecs\_service\_platform\_version)| The platform version on which to run your service |`string`|`"LATEST"`| no |
291
292
| <aname="input_ecs_task_cpu"></a> [ecs\_task\_cpu](#input\_ecs\_task\_cpu)| The number of cpu units used by the task |`number`|`256`| no |
292
293
| <aname="input_ecs_task_memory"></a> [ecs\_task\_memory](#input\_ecs\_task\_memory)| The amount (in MiB) of memory used by the task |`number`|`512`| no |
description="Enable to force a new task deployment of the service. This can be used to update tasks to use a newer Docker image with same image/tag combination (e.g. myimage:latest)"
0 commit comments