-
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
DataSource AWS Apigatewayv2 Vpc Link #33975
DataSource AWS Apigatewayv2 Vpc Link #33975
Conversation
… subnets within datasource
Community NoteVoting for Prioritization
For Submitters
|
…. Consolidated test cases to fit within Terraform Testing recommendations.
LGTM 🚀 |
…h a single newline character'.
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 🚀.
% make testacc TESTARGS='-run=TestAccAPIGatewayV2VPCLink' PKG=apigatewayv2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigatewayv2/... -v -count 1 -parallel 2 -run=TestAccAPIGatewayV2VPCLink -timeout 360m
=== RUN TestAccAPIGatewayV2VPCLinkDataSource_basic
=== PAUSE TestAccAPIGatewayV2VPCLinkDataSource_basic
=== RUN TestAccAPIGatewayV2VPCLink_basic
=== PAUSE TestAccAPIGatewayV2VPCLink_basic
=== RUN TestAccAPIGatewayV2VPCLink_disappears
=== PAUSE TestAccAPIGatewayV2VPCLink_disappears
=== RUN TestAccAPIGatewayV2VPCLink_tags
=== PAUSE TestAccAPIGatewayV2VPCLink_tags
=== CONT TestAccAPIGatewayV2VPCLinkDataSource_basic
=== CONT TestAccAPIGatewayV2VPCLink_disappears
--- PASS: TestAccAPIGatewayV2VPCLink_disappears (166.53s)
=== CONT TestAccAPIGatewayV2VPCLink_tags
--- PASS: TestAccAPIGatewayV2VPCLinkDataSource_basic (187.87s)
=== CONT TestAccAPIGatewayV2VPCLink_basic
--- PASS: TestAccAPIGatewayV2VPCLink_basic (333.63s)
--- PASS: TestAccAPIGatewayV2VPCLink_tags (393.94s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apigatewayv2 566.275s
% make testacc TESTARGS='-run=TestAccAPIGatewayV2Deployment_' PKG=apigatewayv2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigatewayv2/... -v -count 1 -parallel 2 -run=TestAccAPIGatewayV2Deployment_ -timeout 360m
=== RUN TestAccAPIGatewayV2Deployment_basic
=== PAUSE TestAccAPIGatewayV2Deployment_basic
=== RUN TestAccAPIGatewayV2Deployment_disappears
=== PAUSE TestAccAPIGatewayV2Deployment_disappears
=== RUN TestAccAPIGatewayV2Deployment_triggers
=== PAUSE TestAccAPIGatewayV2Deployment_triggers
=== CONT TestAccAPIGatewayV2Deployment_basic
=== CONT TestAccAPIGatewayV2Deployment_triggers
--- PASS: TestAccAPIGatewayV2Deployment_basic (51.25s)
=== CONT TestAccAPIGatewayV2Deployment_disappears
--- PASS: TestAccAPIGatewayV2Deployment_disappears (26.92s)
--- PASS: TestAccAPIGatewayV2Deployment_triggers (88.16s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apigatewayv2 94.702s
@hunttom Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.25.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. |
Description
Feature request: New data source for API Gateway V2 VPC Link
Relations
Closes #12958
References
AWS API Gateway V2 API Documentation
Output from Acceptance Testing