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

feat: Added missing cookie_name TG stickiness parameter support #245

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

SlavaSubotskiy
Copy link
Contributor

@SlavaSubotskiy SlavaSubotskiy commented Apr 21, 2022

Description

Adding optional cookie_name parameter support for the target group stickiness. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group#cookie_name

Motivation and Context

We have got an issue while trying to provision ALB with TG stickiness type app_cookie due to a lack of cookie_name parameter support.
Fixes #242

Breaking Changes

We are not aware of breaking changes. Changes should be backward compatible(one optional parameter support added)

How Has This Been Tested?

  • We have tested changes by creating TGs with stickiness types lb_cookie and app_cookie

@antonbabenko antonbabenko changed the title Add cookie_name stickiness option support feat: Added cookie_name stickiness option support for target group Apr 21, 2022
@SlavaSubotskiy SlavaSubotskiy changed the title feat: Added cookie_name stickiness option support for target group fix: add missing 'cookie_name' TG stickiness parameter support Apr 21, 2022
@antonbabenko antonbabenko changed the title fix: add missing 'cookie_name' TG stickiness parameter support fix: Added missing cookie_name TG stickiness parameter support Apr 21, 2022
@antonbabenko antonbabenko changed the title fix: Added missing cookie_name TG stickiness parameter support feat: Added missing cookie_name TG stickiness parameter support Apr 21, 2022
@antonbabenko antonbabenko merged commit a01b7ca into terraform-aws-modules:master Apr 21, 2022
antonbabenko pushed a commit that referenced this pull request Apr 21, 2022
## [6.10.0](v6.9.0...v6.10.0) (2022-04-21)

### Features

* Added missing `cookie_name` TG stickiness parameter support ([#245](#245)) ([a01b7ca](a01b7ca))
@antonbabenko
Copy link
Member

This PR is included in version 6.10.0 🎉

pyToshka added a commit to opensource-terraform-modules/terraform-aws-alb that referenced this pull request Apr 25, 2022
* Added missing `cookie_name` TG stickiness parameter support ([terraform-aws-modules#245](terraform-aws-modules#245)) ([a01b7ca](terraform-aws-modules@a01b7ca))

deleted political slogans from repository
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot set cookie_name for stickiness
2 participants