-
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 support for 'redirect' and 'fixed-response' into lb_listener and lb_listener_rule #5430
Add support for 'redirect' and 'fixed-response' into lb_listener and lb_listener_rule #5430
Conversation
Any idea when this PR will have a milestone associated? Thank you |
@melo it will generally receive a milestone right before merge unless its an important bug/crash fix |
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.
ok!
Unfortunately AWS doesn't support custom headers in the |
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.
Nice work, @jianyuan! LGTM 🚀
(Test failure unrelated)
Tests failed: 1 (1 new), passed: 12
--- PASS: TestAccAWSLBListenerRule_multipleConditionThrowsError (1.50s)
--- PASS: TestAccAWSLBListenerRule_basic (174.19s)
--- PASS: TestAccAWSLBListener_basic (175.31s)
--- PASS: TestAccAWSLBListenerRuleBackwardsCompatibility (190.57s)
--- PASS: TestAccAWSLBListenerRule_fixedResponse (193.58s)
--- PASS: TestAccAWSLBListener_redirect (193.93s)
--- PASS: TestAccAWSLBListenerRule_updateRulePriority (198.41s)
--- PASS: TestAccAWSLBListener_https (199.13s)
--- PASS: TestAccAWSLBListenerRule_redirect (200.23s)
--- PASS: TestAccAWSLBListener_fixedResponse (200.61s)
--- PASS: TestAccAWSLBListenerRule_changeListenerRuleArnForcesNew (203.08s)
--- PASS: TestAccAWSLBListenerBackwardsCompatibility (217.40s)
--- FAIL: TestAccAWSLBListenerRule_priority (238.18s)
Thanks so much @jianyuan! |
This has been released in version 1.33.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
Thanks to all who contributed to add this feature, it is awesome! I can specify
It works with |
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! |
Fixes #5344.
Changes proposed in this pull request:
redirect
andfixed-response
intolb_listener
.redirect
andfixed-response
intolb_listener_rule
.Output from acceptance testing: