-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Conversation
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"lb_cookie", "source_ip" | |
"lb_cookie", | |
"source_ip", |
There was a problem hiding this comment.
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
Thank you for your contribution! Please see #15295. |
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! |
Community Note
Closes #12726, #10494.
Release note for CHANGELOG:
Output from acceptance testing: n/a, this was a trivial change.