Need the id to link back

This commit is contained in:
Mike Zupan 2015-05-30 06:38:49 -07:00
parent 6749ea29a4
commit f90536eb60
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ resource "aws_elb" "lb" {
resource "aws_app_cookie_stickiness_policy" "foo" {
name = "foo_policy"
load_balancer = "${aws_elb.lb}"
load_balancer = "${aws_elb.lb.id}"
lb_port = 80
cookie_name = "MyAppCookie"
}