-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
aws_elb & aws_lb: Add desync_mitigation_mode #14764
aws_elb & aws_lb: Add desync_mitigation_mode #14764
Conversation
@roberth-k care to rebase to fix the conflicts? |
@reedloden I will rebase and re-run the acceptance tests when maintainers indicate a review is scheduled. |
Pull request #21306 has significantly refactored the AWS Provider codebase. As a result, most PRs opened prior to the refactor now have merge conflicts that must be resolved before proceeding. Specifically, PR #21306 relocated the code for all AWS resources and data sources from a single We recognize that many pull requests have been open for some time without yet being addressed by our maintainers. Therefore, we want to make it clear that resolving these conflicts in no way affects the prioritization of a particular pull request. Once a pull request has been prioritized for review, the necessary changes will be made by a maintainer -- either directly or in collaboration with the pull request author. For a more complete description of this refactor, including examples of how old filepaths and function names correspond to their new counterparts: please refer to issue #20000. For a quick guide on how to amend your pull request to resolve the merge conflicts resulting from this refactor and bring it in line with our new code patterns: please refer to our Service Package Refactor Pull Request Guide. |
Hi all 👋 Just letting you know that this is issue is featured on this quarters roadmap. If a PR exists to close the issue a maintainer will review and either make changes directly, or work with the original author to get the contribution merged. If you have written a PR to resolve the issue please ensure the "Allow edits from maintainers" box is checked. Thanks for your patience and we are looking forward to getting this merged soon! |
Thank you for the heads up @breathingdust -- I'll bring the PR up to date in about a week or so. |
c4e02e1
to
8b3ce10
Compare
8b3ce10
to
4102fce
Compare
@breathingdust The PR is now up to date. |
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.
Thank you for contributing to this feature @roberth-k ! Looks great 🚀
Output of acceptance tests:
--- PASS: TestAccELBLoadBalancerDataSource_basic (267.08s)
--- PASS: TestAccELBLoadBalancer_AccessLogs_disabled (272.24s)
--- PASS: TestAccELBLoadBalancer_AccessLogs_enabled (237.63s)
--- PASS: TestAccELBLoadBalancer_ListenerSSLCertificateID_iamServerCertificate (167.02s)
--- PASS: TestAccELBLoadBalancer_Swap_subnets (123.45s)
--- PASS: TestAccELBLoadBalancer_availabilityZones (268.65s)
--- PASS: TestAccELBLoadBalancer_basic (164.52s)
--- PASS: TestAccELBLoadBalancer_connectionDraining (235.95s)
--- PASS: TestAccELBLoadBalancer_desyncMitigationMode (54.56s)
--- PASS: TestAccELBLoadBalancer_desyncMitigationMode_update (148.25s)
--- PASS: TestAccELBLoadBalancer_disappears (50.11s)
--- PASS: TestAccELBLoadBalancer_fullCharacterRange (140.14s)
--- PASS: TestAccELBLoadBalancer_generatedName (129.21s)
--- PASS: TestAccELBLoadBalancer_generatesNameForZeroValue (49.21s)
--- PASS: TestAccELBLoadBalancer_healthCheck (109.48s)
--- PASS: TestAccELBLoadBalancer_instanceAttaching (352.77s)
--- PASS: TestAccELBLoadBalancer_listener (200.02s)
--- PASS: TestAccELBLoadBalancer_namePrefix (188.17s)
--- PASS: TestAccELBLoadBalancer_securityGroups (65.70s)
--- PASS: TestAccELBLoadBalancer_tags (77.89s)
--- PASS: TestAccELBLoadBalancer_timeout (63.51s)
--- PASS: TestAccELBV2LoadBalancer_ipv6SubnetMapping (309.91s)
--- PASS: TestAccELBV2LoadBalancer_networkLoadBalancerEIP (581.12s)
--- PASS: TestAccELBV2LoadBalancerDataSource_backwardsCompatibility (275.02s)
--- PASS: TestAccELBV2LoadBalancerDataSource_basic (287.13s)
--- PASS: TestAccELBV2LoadBalancer_ALBAccessLogs_prefix (256.76s)
--- PASS: TestAccELBV2LoadBalancer_ALB_accessLogs (358.15s)
--- PASS: TestAccELBV2LoadBalancer_ALB_basic (269.00s)
--- PASS: TestAccELBV2LoadBalancer_ApplicationLoadBalancer_updateDeletionProtection (334.23s)
--- PASS: TestAccELBV2LoadBalancer_ApplicationLoadBalancer_updateDropInvalidHeaderFields (322.18s)
--- PASS: TestAccELBV2LoadBalancer_ApplicationLoadBalancer_updateHTTP2 (387.32s)
--- PASS: TestAccELBV2LoadBalancer_ApplicationLoadBalancer_updateWafFailOpen (308.26s)
--- PASS: TestAccELBV2LoadBalancer_LoadBalancerTypeGateway_enableCrossZoneLoadBalancing (170.66s)
--- PASS: TestAccELBV2LoadBalancer_LoadBalancerType_gateway (250.10s)
--- PASS: TestAccELBV2LoadBalancer_NLBAccessLogs_prefix (346.87s)
--- PASS: TestAccELBV2LoadBalancer_NLB_accessLogs (356.44s)
--- PASS: TestAccELBV2LoadBalancer_NLB_basic (270.72s)
--- PASS: TestAccELBV2LoadBalancer_NLB_privateIPv4Address (231.39s)
--- PASS: TestAccELBV2LoadBalancer_NetworkLoadBalancerSubnet_change (425.62s)
--- PASS: TestAccELBV2LoadBalancer_NetworkLoadBalancer_updateCrossZone (387.87s)
--- PASS: TestAccELBV2LoadBalancer_backwardsCompatibility (309.30s)
--- PASS: TestAccELBV2LoadBalancer_generatedName (256.36s)
--- PASS: TestAccELBV2LoadBalancer_generatesNameForZeroValue (287.00s)
--- PASS: TestAccELBV2LoadBalancer_namePrefix (266.55s)
--- PASS: TestAccELBV2LoadBalancer_noSecurityGroup (167.65s)
--- PASS: TestAccELBV2LoadBalancer_tags (377.94s)
--- PASS: TestAccELBV2LoadBalancer_updateDesyncMitigationMode (322.91s)
--- PASS: TestAccELBV2LoadBalancer_updatedIPAddressType (215.02s)
--- PASS: TestAccELBV2LoadBalancer_updatedSecurityGroups (368.56s)
--- PASS: TestAccELBV2LoadBalancer_updatedSubnets (393.75s)
--- SKIP: TestAccELBV2LoadBalancerDataSource_outpost (1.29s)
--- SKIP: TestAccELBV2LoadBalancer_ALB_outpost (1.14s)
This functionality has been released in v3.67.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. Thank you! |
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. |
Community Note
Closes #14696
Release note for CHANGELOG:
Output from acceptance testing: