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: modules/service/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,6 +331,7 @@ module "ecs_service" {
331
331
| <aname="input_task_tags"></a> [task\_tags](#input\_task\_tags)| A map of additional tags to add to the task definition/set created |`map(string)`|`{}`| no |
332
332
| <aname="input_tasks_iam_role_arn"></a> [tasks\_iam\_role\_arn](#input\_tasks\_iam\_role\_arn)| Existing IAM role ARN |`string`|`null`| no |
333
333
| <aname="input_tasks_iam_role_description"></a> [tasks\_iam\_role\_description](#input\_tasks\_iam\_role\_description)| Description of the role |`string`|`null`| no |
334
+
| <aname="input_tasks_iam_role_max_session_duration"></a> [tasks\_iam\_role\_max\_session\_duration](#input\_tasks\_iam\_role\_max\_session\_duration)| Maximum session duration (in seconds) for ECS tasks role. Default is 3600. |`number`|`null`| no |
334
335
| <aname="input_tasks_iam_role_name"></a> [tasks\_iam\_role\_name](#input\_tasks\_iam\_role\_name)| Name to use on IAM role created |`string`|`null`| no |
335
336
| <aname="input_tasks_iam_role_path"></a> [tasks\_iam\_role\_path](#input\_tasks\_iam\_role\_path)| IAM role path |`string`|`null`| no |
336
337
| <aname="input_tasks_iam_role_permissions_boundary"></a> [tasks\_iam\_role\_permissions\_boundary](#input\_tasks\_iam\_role\_permissions\_boundary)| ARN of the policy that is used to set the permissions boundary for the IAM role |`string`|`null`| no |
0 commit comments