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.
1 parent 80024d0 commit 68bf0aeCopy full SHA for 68bf0ae
main.tf
@@ -137,8 +137,8 @@ resource "aws_lb_target_group" "lb_https_tgs" {
137
dynamic "stickiness" {
138
for_each = var.stickiness == null ? [] : [var.stickiness]
139
content {
140
- type = stickiness.value.bucket
141
- cookie_duration = stickiness.value.prefix
+ type = stickiness.value.type
+ cookie_duration = stickiness.value.cookie_duration
142
enabled = stickiness.value.enabled
143
}
144
0 commit comments