Merge pull request #7940 from jasonamyers/patch-1

Update ecs_task_definition.html.markdown
This commit is contained in:
James Nugent 2016-08-03 07:11:10 -07:00 committed by GitHub
commit 7fa0f24c9d
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.
* `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.
Volumes support the following: