-
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
port support for client vpn endpoint #12104
Conversation
can this be merged please? |
Closes #11633 |
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 @ranga543, thanks for the PR! It looks great.
We've been doing some work on Client VPN resources, so there have been some changes, especially to the tests. The PR will need to be rebased, and then I have a few minor suggested changes.
6e79b2a
to
be4bb2a
Compare
@gdavison any status ? |
Hey @ranga543 can you add |
@DrFaust92 just updated PR description to include closes. |
@DrFaust92 any status ? |
@ranga543 Firstly thanks for your work on this 💯 Could you resolve the outstanding question? (It appears its resolved just not clicked resolved) #12104 (comment) It might be causing this PR to be filtered out by Hashicorp. 👍 |
@russmac done. |
@gdavison Any requests for the PR author? |
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. |
Acceptance test output: % make testacc TESTARGS='-run=TestAccEC2ClientVPNEndpoint_serial/Endpoint -short' PKG=ec2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccEC2ClientVPNEndpoint_serial/Endpoint -short -timeout 180m === RUN TestAccEC2ClientVPNEndpoint_serial === PAUSE TestAccEC2ClientVPNEndpoint_serial === CONT TestAccEC2ClientVPNEndpoint_serial === RUN TestAccEC2ClientVPNEndpoint_serial/Endpoint_basic === PAUSE TestAccEC2ClientVPNEndpoint_serial/Endpoint_basic === RUN TestAccEC2ClientVPNEndpoint_serial/Endpoint_msADAuth client_vpn_endpoint_test.go:205: skipping long-running test in short mode 2022/01/30 19:08:06 [WARN] Notifying semaphore without Wait === RUN TestAccEC2ClientVPNEndpoint_serial/Endpoint_msADAuthAndMutualAuth client_vpn_endpoint_test.go:241: skipping long-running test in short mode 2022/01/30 19:08:06 [WARN] Notifying semaphore without Wait === RUN TestAccEC2ClientVPNEndpoint_serial/Endpoint_federatedAuthWithSelfService === PAUSE TestAccEC2ClientVPNEndpoint_serial/Endpoint_federatedAuthWithSelfService === RUN TestAccEC2ClientVPNEndpoint_serial/Endpoint_simpleAttributesUpdate === PAUSE TestAccEC2ClientVPNEndpoint_serial/Endpoint_simpleAttributesUpdate === RUN TestAccEC2ClientVPNEndpoint_serial/Endpoint_disappears === PAUSE TestAccEC2ClientVPNEndpoint_serial/Endpoint_disappears === RUN TestAccEC2ClientVPNEndpoint_serial/Endpoint_federatedAuth === PAUSE TestAccEC2ClientVPNEndpoint_serial/Endpoint_federatedAuth === RUN TestAccEC2ClientVPNEndpoint_serial/Endpoint_withLogGroup === PAUSE TestAccEC2ClientVPNEndpoint_serial/Endpoint_withLogGroup === RUN TestAccEC2ClientVPNEndpoint_serial/Endpoint_withDNSServers === PAUSE TestAccEC2ClientVPNEndpoint_serial/Endpoint_withDNSServers === RUN TestAccEC2ClientVPNEndpoint_serial/Endpoint_tags === PAUSE TestAccEC2ClientVPNEndpoint_serial/Endpoint_tags === RUN TestAccEC2ClientVPNEndpoint_serial/Endpoint_selfServicePortal === PAUSE TestAccEC2ClientVPNEndpoint_serial/Endpoint_selfServicePortal === CONT TestAccEC2ClientVPNEndpoint_serial/Endpoint_basic === CONT TestAccEC2ClientVPNEndpoint_serial/Endpoint_withLogGroup === CONT TestAccEC2ClientVPNEndpoint_serial/Endpoint_disappears === CONT TestAccEC2ClientVPNEndpoint_serial/Endpoint_selfServicePortal === CONT TestAccEC2ClientVPNEndpoint_serial/Endpoint_tags === CONT TestAccEC2ClientVPNEndpoint_serial/Endpoint_withDNSServers === CONT TestAccEC2ClientVPNEndpoint_serial/Endpoint_federatedAuth === CONT TestAccEC2ClientVPNEndpoint_serial/Endpoint_simpleAttributesUpdate === CONT TestAccEC2ClientVPNEndpoint_serial/Endpoint_federatedAuthWithSelfService --- PASS: TestAccEC2ClientVPNEndpoint_serial (2.24s) --- SKIP: TestAccEC2ClientVPNEndpoint_serial/Endpoint_msADAuth (0.00s) --- SKIP: TestAccEC2ClientVPNEndpoint_serial/Endpoint_msADAuthAndMutualAuth (0.00s) --- PASS: TestAccEC2ClientVPNEndpoint_serial/Endpoint_disappears (23.40s) --- PASS: TestAccEC2ClientVPNEndpoint_serial/Endpoint_basic (29.59s) --- PASS: TestAccEC2ClientVPNEndpoint_serial/Endpoint_selfServicePortal (39.17s) --- PASS: TestAccEC2ClientVPNEndpoint_serial/Endpoint_tags (56.24s) --- PASS: TestAccEC2ClientVPNEndpoint_serial/Endpoint_withLogGroup (57.26s) --- PASS: TestAccEC2ClientVPNEndpoint_serial/Endpoint_federatedAuth (58.30s) --- PASS: TestAccEC2ClientVPNEndpoint_serial/Endpoint_simpleAttributesUpdate (68.19s) --- PASS: TestAccEC2ClientVPNEndpoint_serial/Endpoint_withDNSServers (73.86s) --- PASS: TestAccEC2ClientVPNEndpoint_serial/Endpoint_federatedAuthWithSelfService (75.54s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 81.118s
Superseded by #22793. |
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. |
Changes proposed in this pull request:
vpn_port
toaws_ec2_client_vpn_endpoint
resource.Output from acceptance testing:
Closes #11633