Update ecs_task_definition.html.markdown

Add a note about the recently added task_role_arn argument.
This commit is contained in:
Jason Myers 2016-08-03 07:51:41 -05:00 committed by GitHub
parent 395c6d2df0
commit f335c5fa91
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ The following arguments are supported:
* `family` - (Required) The family, unique name for your task definition. * `family` - (Required) The family, unique name for your task definition.
* `container_definitions` - (Required) A list of container definitions in JSON format. See [AWS docs](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-task-definition.html) for syntax. Note, you only need the containerDefinitions array, not the parent hash including the family and volumes keys. * `container_definitions` - (Required) A list of container definitions in JSON format. See [AWS docs](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-task-definition.html) for syntax. Note, you only need the containerDefinitions array, not the parent hash including the family and volumes keys.
* `task_role_arn` - (Optional) The ARN of IAM role that allows your Amazon ECS container task to make calls to other AWS services.
* `volume` - (Optional) A volume block. Volumes documented below. * `volume` - (Optional) A volume block. Volumes documented below.
Volumes support the following: Volumes support the following: