Skip to content

Commit

Permalink
Merge pull request #5697 from kocsismate/fix-ecs-elb-name
Browse files Browse the repository at this point in the history
docs/aws: Fixed aws_ecs_service example
  • Loading branch information
stack72 committed Mar 18, 2016
2 parents 111a59c + 7a0063c commit 31a452a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_ecs_service" "mongo" {
depends_on = ["aws_iam_role_policy.foo"]
load_balancer {
elb_name = "${aws_elb.foo.id}"
elb_name = "${aws_elb.foo.name}"
container_name = "mongo"
container_port = 8080
}
Expand Down

0 comments on commit 31a452a

Please sign in to comment.