-
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
service/vpn: tech debt: replace custom validation functions #13022
Conversation
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.
hi @megubyte, thank you for this PR :)
Confirmed Acceptance test output:
--- PASS: TestAccAWSVpnConnection_TransitGatewayID (1219.74s)
--- PASS: TestAWSVpnConnection_xmlconfig (0.00s)
--- PASS: TestAccAWSVpnConnection_basic (864.23s)
--- PASS: TestAccAWSVpnConnectionRoute_basic
--- PASS: TestAccAWSVpnConnection_disappears (332.15s)
--- PASS: TestAccAWSVpnConnection_withoutStaticRoutes (283.02s)
--- PASS: TestAccAWSVpnConnection_tunnelOptions (358.44s)`
Also confirmed changes pass linter with -V001
flag
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 👍 , thank you @megubyte
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 🚀
Output from acceptance testing:
--- PASS: TestAccAWSVpnConnection_tunnelOptions (374.71s)
--- PASS: TestAccAWSVpnConnection_withoutStaticRoutes (393.03s)
--- PASS: TestAccAWSVpnConnection_disappears (412.26s)
--- PASS: TestAccAWSVpnConnection_basic (740.29s)
--- PASS: TestAccAWSVpnConnection_TransitGatewayID (1037.69s)
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
Relates #11872
Release note for CHANGELOG:
Output from acceptance testing:
I couldn't run the acceptance tests since I was getting a 400 - AWS claims my account has too many virtual private gateways and can't seem to figure out why that it is. Submitting as "best-effort" PR.