-
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
resource/aws_lb_listener: Mark port argument as optional and only default protocol argument to HTTP for Application Load Balancers (Support Gateway Load Balancer) #16306
Conversation
…ault protocol argument to HTTP for Application Load Balancers (Support Gateway Load Balancer) Reference: #16228 Output from acceptance testing: ``` --- PASS: TestAccAWSLBListener_BackwardsCompatibility (164.54s) --- PASS: TestAccAWSLBListener_basic (216.95s) --- PASS: TestAccAWSLBListener_basicUdp (353.16s) --- PASS: TestAccAWSLBListener_cognito (175.47s) --- PASS: TestAccAWSLBListener_DefaultAction_Order (179.98s) --- PASS: TestAccAWSLBListener_DefaultAction_Order_Recreates (210.11s) --- PASS: TestAccAWSLBListener_fixedResponse (205.74s) --- PASS: TestAccAWSLBListener_forwardWeighted (254.29s) --- PASS: TestAccAWSLBListener_https (177.85s) --- PASS: TestAccAWSLBListener_LoadBalancerArn_GatewayLoadBalancer (104.60s) --- PASS: TestAccAWSLBListener_oidc (224.41s) --- PASS: TestAccAWSLBListener_Protocol_Tls (338.84s) --- PASS: TestAccAWSLBListener_redirect (215.20s) --- PASS: TestAccAWSLBListenerRule_Action_Order (173.51s) --- PASS: TestAccAWSLBListenerRule_Action_Order_Recreates (190.92s) --- PASS: TestAccAWSLBListenerRule_BackwardsCompatibility (215.63s) --- PASS: TestAccAWSLBListenerRule_basic (205.27s) --- PASS: TestAccAWSLBListenerRule_changeListenerRuleArnForcesNew (241.13s) --- PASS: TestAccAWSLBListenerRule_cognito (204.34s) --- PASS: TestAccAWSLBListenerRule_conditionAttributesCount (14.00s) --- PASS: TestAccAWSLBListenerRule_conditionHostHeader (213.13s) --- PASS: TestAccAWSLBListenerRule_conditionHttpHeader (258.35s) --- PASS: TestAccAWSLBListenerRule_conditionHttpHeader_invalid (0.56s) --- PASS: TestAccAWSLBListenerRule_conditionHttpRequestMethod (180.34s) --- PASS: TestAccAWSLBListenerRule_conditionMultiple (193.68s) --- PASS: TestAccAWSLBListenerRule_conditionPathPattern (205.29s) --- PASS: TestAccAWSLBListenerRule_conditionQueryString (245.64s) --- PASS: TestAccAWSLBListenerRule_conditionSourceIp (203.60s) --- PASS: TestAccAWSLBListenerRule_conditionUpdateMixed (239.41s) --- PASS: TestAccAWSLBListenerRule_conditionUpdateMultiple (174.24s) --- PASS: TestAccAWSLBListenerRule_fixedResponse (244.72s) --- PASS: TestAccAWSLBListenerRule_forwardWeighted (298.68s) --- PASS: TestAccAWSLBListenerRule_oidc (226.14s) --- PASS: TestAccAWSLBListenerRule_priority (352.95s) --- PASS: TestAccAWSLBListenerRule_redirect (162.81s) --- PASS: TestAccAWSLBListenerRule_updateFixedResponse (233.36s) --- PASS: TestAccAWSLBListenerRule_updateRulePriority (204.08s) ```
…alancer_type and aws_lb_target_group_invalid_protocol Reference: terraform-linters/tflint#975
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.
LGTM -- I was a bit wary 😅 about the default
removal but verified the provider upgrade in both the app and gateway load balancer use cases 👍
This has been released in version 3.18.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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 #16228
Release note for CHANGELOG:
Output from acceptance testing: