Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support load balancer stickiness config #16

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tomarnebra
Copy link
Collaborator

No description provided.

main.tf Outdated
@@ -238,6 +238,17 @@ resource "aws_lb_target_group" "service" {
}
}

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