-
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
VPC: Ignore route table routes managed by VPC Lattice #30515
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=TestAccVPCRouteTable_basic\|TestAccVPCRouteTableDataSource_basic\|TestAccVPCDefaultRouteTable_basic' PKG=ec2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccVPCRouteTable_basic\|TestAccVPCRouteTableDataSource_basic\|TestAccVPCDefaultRouteTable_basic -timeout 180m
=== RUN TestAccVPCDefaultRouteTable_basic
=== PAUSE TestAccVPCDefaultRouteTable_basic
=== RUN TestAccVPCRouteTableDataSource_basic
=== PAUSE TestAccVPCRouteTableDataSource_basic
=== RUN TestAccVPCRouteTable_basic
=== PAUSE TestAccVPCRouteTable_basic
=== CONT TestAccVPCDefaultRouteTable_basic
=== CONT TestAccVPCRouteTable_basic
=== CONT TestAccVPCRouteTableDataSource_basic
--- PASS: TestAccVPCRouteTable_basic (18.54s)
--- PASS: TestAccVPCRouteTableDataSource_basic (19.07s)
--- PASS: TestAccVPCDefaultRouteTable_basic (24.14s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 27.367s
This functionality has been released in v4.62.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
When an association is made between a VPC Lattice service network and a VPC,
additional IPv4 and IPv6 destinations are added to that VPC's route tables:
Ignore these routes as they are not managed by Terraform.
Relations
Relates #30380.
Output from Acceptance Testing
Cannot be tested via Terraform configuration until #30411 is implemented.