Skip to content
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

New resource - aws_ec2_client_vpn_route #12774

Closed
wants to merge 6 commits into from

Conversation

angelabad
Copy link
Contributor

Create new resource for EC2 Client VPN routes (https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-routes.html)

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

Closes #10437
Closes #7831

Release note for CHANGELOG:

New Resource: aws_ec2_client_vpn_route

Output from acceptance testing:

$ make testacc TEST=./aws TESTARGS='-run=TestAccAwsEc2ClientVpnRoute'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsEc2ClientVpnRoute -timeout 120m
=== RUN   TestAccAwsEc2ClientVpnRoute_basic
=== PAUSE TestAccAwsEc2ClientVpnRoute_basic
=== RUN   TestAccAwsEc2ClientVpnRoute_disappears
=== PAUSE TestAccAwsEc2ClientVpnRoute_disappears
=== CONT  TestAccAwsEc2ClientVpnRoute_basic
=== CONT  TestAccAwsEc2ClientVpnRoute_disappears
--- PASS: TestAccAwsEc2ClientVpnRoute_basic (623.28s)
--- PASS: TestAccAwsEc2ClientVpnRoute_disappears (633.34s)
PASS
ok      github.com/terraform-providers/terraform-provider-aws/aws       633.617s

@angelabad angelabad requested a review from a team April 11, 2020 09:26
@ghost ghost added needs-triage Waiting for first response or review from a maintainer. size/XL Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. provider Pertains to the provider itself, rather than any interaction with AWS. service/ec2 Issues and PRs that pertain to the ec2 service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Apr 11, 2020
@angelabad angelabad closed this Apr 11, 2020
@angelabad angelabad reopened this Apr 11, 2020
@woz5999
Copy link
Contributor

woz5999 commented May 18, 2020

@bflad can you provide some guidance on how to get this reviewed and merged?

@gdavison gdavison removed the needs-triage Waiting for first response or review from a maintainer. label Jun 12, 2020
@gdavison
Copy link
Contributor

Hi @angelabad. Thanks for this PR, it's a great start. I've started reviewing #10508, which duplicates this PR and was created earlier. Since there's another PR, I'll close this one. Thanks again!

@gdavison gdavison closed this Jun 12, 2020
@gdavison gdavison self-assigned this Jun 25, 2020
@gdavison
Copy link
Contributor

I'm going to reopen this PR, since it implements the routes as standalone resources instead of inline in aws_ec2_client_vpn_endpoint, which is the direction we'd prefer

@gdavison gdavison reopened this Jun 25, 2020
@gdavison
Copy link
Contributor

Sorry, I was thinking of the wrong PR 😬

@gdavison gdavison closed this Jun 25, 2020
@angelabad
Copy link
Contributor Author

Hi @gdavison, if you need to me make changes in this pull request please tell me. Im active.

Cheers

@ghost
Copy link

ghost commented Jul 26, 2020

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!

@ghost ghost locked and limited conversation to collaborators Jul 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. provider Pertains to the provider itself, rather than any interaction with AWS. service/ec2 Issues and PRs that pertain to the ec2 service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Client VPN Endpoint - Create Client Route VPN Client Endpoint Route Creation
3 participants