Skip to content

Support load balancer stickiness config#16

Draft
tomarnebra wants to merge 4 commits intomasterfrom
lb_target-group_set_stickiness
Draft

Support load balancer stickiness config#16
tomarnebra wants to merge 4 commits intomasterfrom
lb_target-group_set_stickiness

Conversation

@tomarnebra
Copy link
Contributor

No description provided.

main.tf Outdated
}

dynamic "stickiness" {
for_each = var.lb_stickiness[*]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chefs_kiss nydelig!

variables.tf Outdated
type = string
enabled = optional(bool, null)
cookie_duration = optional(number, null)
cookie_name = optional(string, null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Igjen usikker på om det gir mening med noen defaults her? Jeg kan ikke nok om det til å si noe, men fint å putte på der man kan i det minste. Opp til deg!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants