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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -152,8 +152,9 @@ No resources.
152
152
| <aname="input_service_security_groups"></a> [service\_security\_groups](#input\_service\_security\_groups)| Security group IDs to attach to your ECS Service |`list(string)`|`[]`| no |
153
153
| <aname="input_service_subnets"></a> [service\_subnets](#input\_service\_subnets)| Private subnets for ECS |`list(string)`|`[]`| no |
154
154
| <aname="input_service_target_cpu_value"></a> [service\_target\_cpu\_value](#input\_service\_target\_cpu\_value)| Autoscale when CPU Usage value over the specified value. Must be specified if `enable_cpu_based_autoscaling` is `true`. |`number`|`70`| no |
155
-
| <aname="input_service_task_execution_role_arn"></a> [service\_task\_execution\_role\_arn](#input\_service\_task\_execution\_role\_arn)| Default IAM role for ECS execution |`string`|n/a|yes|
155
+
| <aname="input_service_task_execution_role_arn"></a> [service\_task\_execution\_role\_arn](#input\_service\_task\_execution\_role\_arn)| Default IAM role for ECS execution |`string`|`""`|no|
156
156
| <aname="input_service_task_role_arn"></a> [service\_task\_role\_arn](#input\_service\_task\_role\_arn)| Default IAM role for ECS task |`string`|`""`| no |
157
+
| <aname="input_task_placement_constraints"></a> [task\_placement\_constraints](#input\_task\_placement\_constraints)| The rules that are taken into consideration during task placement. Maximum number of placement\_constraints is 10 | <pre>list(object({<br> type = string<br> expression = string<br> }))</pre> |`[]`| no |
0 commit comments