mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user