We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cookie_name
1 parent 5108b4d commit a01b7caCopy full SHA for a01b7ca
main.tf
@@ -100,6 +100,7 @@ resource "aws_lb_target_group" "main" {
100
enabled = lookup(stickiness.value, "enabled", null)
101
cookie_duration = lookup(stickiness.value, "cookie_duration", null)
102
type = lookup(stickiness.value, "type", null)
103
+ cookie_name = lookup(stickiness.value, "cookie_name", null)
104
}
105
106
0 commit comments