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
@@ -234,6 +234,7 @@ allow_github_webhooks = true
234
234
| 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 |
235
235
| 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 |
236
236
| ecs\_service\_desired\_count | The number of instances of the task definition to place and keep running |`number`|`1`| no |
237
+
| ecs\_service\_platform\_version | The platform version on which to run your service |`string`|`"LATEST"`| no |
237
238
| ecs\_task\_cpu | The number of cpu units used by the task |`number`|`256`| no |
238
239
| ecs\_task\_memory | The amount (in MiB) of memory used by the task |`number`|`512`| no |
239
240
| entrypoint | The entry point that is passed to the container |`list(string)`|`null`| no |
description="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"
0 commit comments