-
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
Add resource: aws_vpclattice_resource_gateway #40821
Add resource: aws_vpclattice_resource_gateway #40821
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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=TestAccVPCLatticeResourceGateway_' PKG=vpclattice ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/vpclattice/... -v -count 1 -parallel 3 -run=TestAccVPCLatticeResourceGateway_ -timeout 360m
2025/01/08 16:43:41 Initializing Terraform AWS Provider...
=== RUN TestAccVPCLatticeResourceGateway_basic
=== PAUSE TestAccVPCLatticeResourceGateway_basic
=== RUN TestAccVPCLatticeResourceGateway_addressTypeDualstack
=== PAUSE TestAccVPCLatticeResourceGateway_addressTypeDualstack
=== RUN TestAccVPCLatticeResourceGateway_addressTypeIPv6
=== PAUSE TestAccVPCLatticeResourceGateway_addressTypeIPv6
=== RUN TestAccVPCLatticeResourceGateway_multipleSubnets
=== PAUSE TestAccVPCLatticeResourceGateway_multipleSubnets
=== RUN TestAccVPCLatticeResourceGateway_tags
=== PAUSE TestAccVPCLatticeResourceGateway_tags
=== RUN TestAccVPCLatticeResourceGateway_update
=== PAUSE TestAccVPCLatticeResourceGateway_update
=== RUN TestAccVPCLatticeResourceGateway_disappears
=== PAUSE TestAccVPCLatticeResourceGateway_disappears
=== CONT TestAccVPCLatticeResourceGateway_basic
=== CONT TestAccVPCLatticeResourceGateway_tags
=== CONT TestAccVPCLatticeResourceGateway_disappears
--- PASS: TestAccVPCLatticeResourceGateway_disappears (30.64s)
=== CONT TestAccVPCLatticeResourceGateway_update
--- PASS: TestAccVPCLatticeResourceGateway_basic (36.20s)
=== CONT TestAccVPCLatticeResourceGateway_addressTypeIPv6
--- PASS: TestAccVPCLatticeResourceGateway_addressTypeIPv6 (33.73s)
=== CONT TestAccVPCLatticeResourceGateway_multipleSubnets
--- PASS: TestAccVPCLatticeResourceGateway_tags (74.29s)
=== CONT TestAccVPCLatticeResourceGateway_addressTypeDualstack
--- PASS: TestAccVPCLatticeResourceGateway_update (59.16s)
--- PASS: TestAccVPCLatticeResourceGateway_multipleSubnets (34.18s)
--- PASS: TestAccVPCLatticeResourceGateway_addressTypeDualstack (33.55s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice 113.393s
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 🚀
@ddericco Thanks for the contribution 🎉 👏. |
1 similar comment
@ddericco Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.83.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! |
Description
Adds new resource
aws_vpclattice_resource_gateway
to enable access to VPC resources over Lattice or PrivateLink.Relations
Relates #40384
References
Output from Acceptance Testing