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
@@ -294,6 +294,7 @@ module "ecs_service" {
294
294
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
295
295
| <aname="input_task_definition_arn"></a> [task\_definition\_arn](#input\_task\_definition\_arn)| Existing task definition ARN. Required when `create_task_definition` is `false`|`string`|`null`| no |
296
296
| <aname="input_task_definition_placement_constraints"></a> [task\_definition\_placement\_constraints](#input\_task\_definition\_placement\_constraints)| Configuration block for rules that are taken into consideration during task placement (up to max of 10). This is set at the task definition, see `placement_constraints` for setting at the service |`any`|`{}`| no |
297
+
| <aname="input_task_exec_iam_policy_path"></a> [task\_exec\_iam\_policy\_path](#input\_task\_exec\_iam\_policy\_path)| Path for the iam role |`string`|`null`| no |
297
298
| <aname="input_task_exec_iam_role_arn"></a> [task\_exec\_iam\_role\_arn](#input\_task\_exec\_iam\_role\_arn)| Existing IAM role ARN |`string`|`null`| no |
298
299
| <aname="input_task_exec_iam_role_description"></a> [task\_exec\_iam\_role\_description](#input\_task\_exec\_iam\_role\_description)| Description of the role |`string`|`null`| no |
299
300
| <aname="input_task_exec_iam_role_max_session_duration"></a> [task\_exec\_iam\_role\_max\_session\_duration](#input\_task\_exec\_iam\_role\_max\_session\_duration)| Maximum session duration (in seconds) for ECS task execution role. Default is 3600. |`number`|`null`| no |
0 commit comments