Skip to content

Commit

Permalink
Merge pull request #2610 from CpuID/cpuid_ecs_service_docs_iam
Browse files Browse the repository at this point in the history
Fix aws_ecs_service iam_role docs
  • Loading branch information
radeksimko committed Jul 3, 2015
2 parents 487aba6 + 5edbb37 commit 03dc6c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "aws_ecs_service" "mongo" {
cluster = "${aws_ecs_cluster.foo.id}"
task_definition = "${aws_ecs_task_definition.mongo.arn}"
desired_count = 3
iam_role = "${aws_iam.foo.id}"
iam_role = "${aws_iam_role.foo.arn}"
load_balancer {
elb_name = "${aws_elb.foo.id}"
Expand Down

0 comments on commit 03dc6c4

Please sign in to comment.