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: aws-ecs-job-fargate/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Since changing a service to use the new ARN requires destroying and recreating t
35
35
| desired\_count || number | n/a | yes |
36
36
| env | Env for tagging and naming. See [doc](../README.md#consistent-tagging). | string | n/a | yes |
37
37
| memory | Memory in megabytes for Fargate task. Used if task_definition provided, or for initial stub task if externally managed. | number |`512`| no |
38
+
| ordered\_placement\_strategy | Placement strategy for the task instances. | list |`[]`| no |
38
39
| project | Project for tagging and naming. See [doc](../README.md#consistent-tagging)| string | n/a | yes |
39
40
| registry\_secretsmanager\_arn | ARN for AWS Secrets Manager secret for credentials to private registry | string |`null`| no |
40
41
| security\_group\_ids | Security group to use for the Fargate task. | list |`<list>`| no |
Copy file name to clipboardexpand all lines: aws-ecs-job/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ service = false` argument can be removed.
34
34
| deployment\_minimum\_healthy\_percent | (Optional) 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 |`100`| no |
35
35
| desired\_count || number | n/a | yes |
36
36
| env | Env for tagging and naming. See [doc](../README.md#consistent-tagging). | string | n/a | yes |
37
+
| ordered\_placement\_strategy | Placement strategy for the task instances. | list |`[]`| no |
37
38
| project | Project for tagging and naming. See [doc](../README.md#consistent-tagging)| string | n/a | yes |
38
39
| scheduling\_strategy | Scheduling strategy for the service: REPLICA or DAEMON. | string |`"REPLICA"`| no |
39
40
| service | Service for tagging and naming. See [doc](../README.md#consistent-tagging). | string | n/a | yes |
Copy file name to clipboardexpand all lines: aws-ecs-service-fargate/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,7 @@ service = false` argument can be removed.
170
170
| lb\_subnets | List of subnets in which to deploy the load balancer. | list | n/a | yes |
171
171
| manage\_task\_definition | If false, Terraform will not touch the task definition for the ECS service after initial creation | bool |`true`| no |
172
172
| memory | Memory in megabytes for Fargate task. Used if task_definition provided, or for initial stub task if externally managed. | number |`512`| no |
173
+
| ordered\_placement\_strategy | Placement strategy for the task instances. | list |`[]`| no |
173
174
| owner | Owner for tagging and naming. See [doc](../README.md#consistent-tagging). | string | n/a | yes |
174
175
| project | Project for tagging and naming. See [doc](../README.md#consistent-tagging)| string | n/a | yes |
175
176
| registry\_secretsmanager\_arn | ARN for AWS Secrets Manager secret for credentials to private registry | string |`null`| no |
0 commit comments