From f335c5fa9173afd5355cddd1dd4f6a3f8998a5a8 Mon Sep 17 00:00:00 2001 From: Jason Myers Date: Wed, 3 Aug 2016 07:51:41 -0500 Subject: [PATCH] Update ecs_task_definition.html.markdown Add a note about the recently added task_role_arn argument. --- .../docs/providers/aws/r/ecs_task_definition.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/aws/r/ecs_task_definition.html.markdown b/website/source/docs/providers/aws/r/ecs_task_definition.html.markdown index 31cd1f1ae..4d4109464 100644 --- a/website/source/docs/providers/aws/r/ecs_task_definition.html.markdown +++ b/website/source/docs/providers/aws/r/ecs_task_definition.html.markdown @@ -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: