From 9a4c0c24555f1a5dd1127c3b833bc43aeac16fce Mon Sep 17 00:00:00 2001 From: stack72 Date: Wed, 3 Aug 2016 13:24:54 +1000 Subject: [PATCH] docs/aws: Clarifying that needs the ARN of the IAM Role not the ID --- website/source/docs/providers/aws/r/ecs_service.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/ecs_service.html.markdown b/website/source/docs/providers/aws/r/ecs_service.html.markdown index 33c329046..4fd8d6646 100644 --- a/website/source/docs/providers/aws/r/ecs_service.html.markdown +++ b/website/source/docs/providers/aws/r/ecs_service.html.markdown @@ -41,7 +41,7 @@ The following arguments are supported: * `task_definition` - (Required) The family and revision (`family:revision`) or full ARN of the task definition that you want to run in your service. * `desired_count` - (Required) The number of instances of the task definition to place and keep running * `cluster` - (Optional) ARN of an ECS cluster -* `iam_role` - (Optional) IAM role that allows your Amazon ECS container agent to make calls to your load balancer on your behalf. This parameter is only required if you are using a load balancer with your service. +* `iam_role` - (Optional) The ARN of IAM role that allows your Amazon ECS container agent to make calls to your load balancer on your behalf. This parameter is only required if you are using a load balancer with your service. * `deployment_maximum_percent` - (Optional) The upper limit (as a percentage of the service's desiredCount) of the number of running tasks that can be running in a service during a deployment. * `deployment_minimum_healthy_percent` - (Optional) The lower limit (as a percentage of the service's desiredCount) of the number of running tasks that must remain running and healthy in a service during a deployment. * `load_balancer` - (Optional) A load balancer block. Load balancers documented below.