Skip to content

Commit

Permalink
docs/aws: Fixed aws_ecs_service example
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Mar 17, 2016
1 parent 111a59c commit 7a0063c
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 7a0063c

Please sign in to comment.