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

Add source_ip as a valid stickiness type for aws_lb_target_group #13762

Closed
wants to merge 1 commit into from

Conversation

joestump
Copy link
Contributor

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #12726, #10494.

Release note for CHANGELOG:

Allow `source_ip` as a valid `stickiness` `type` for `aws_lb_target_group` resource.

Output from acceptance testing: n/a, this was a trivial change.

@joestump joestump requested a review from a team June 15, 2020 20:17
@ghost ghost added size/XS Managed by automation to categorize the size of a PR. service/elbv2 Issues and PRs that pertain to the elbv2 service. needs-triage Waiting for first response or review from a maintainer. labels Jun 15, 2020
@ishworg
Copy link

ishworg commented Jul 16, 2020

When can we expect this to land on a release?

@@ -148,7 +148,7 @@ func resourceAwsLbTargetGroup() *schema.Resource {
Type: schema.TypeString,
Required: true,
ValidateFunc: validation.StringInSlice([]string{
"lb_cookie",
"lb_cookie", "source_ip"

Choose a reason for hiding this comment

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

Suggested change
"lb_cookie", "source_ip"
"lb_cookie",
"source_ip",

Choose a reason for hiding this comment

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

seems like this is failing at go build time

@YakDriver YakDriver removed the needs-triage Waiting for first response or review from a maintainer. label Oct 13, 2020
@YakDriver
Copy link
Member

Thank you for your contribution! Please see #15295.

@ghost
Copy link

ghost commented Nov 8, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Nov 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/elbv2 Issues and PRs that pertain to the elbv2 service. size/XS Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Network Load Balancer stickiness not configurable with Terraform (but supported by AWS)
4 participants