Correct lb_cookie_stickiness_policy example config documentation.
This commit is contained in:
parent
0fbdbd08ab
commit
3031b08cd9
|
@ -26,7 +26,7 @@ resource "aws_elb" "lb" {
|
|||
|
||||
resource "aws_lb_cookie_stickiness_policy" "foo" {
|
||||
name = "foo_policy"
|
||||
load_balancer = "${aws_elb.lb}"
|
||||
load_balancer = "${aws_elb.lb.id}"
|
||||
lb_port = 80
|
||||
cookie_expiration_period = 600
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue