-
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
d/aws_vpc_peering_connection: Add IPv6 CIDR block attributes #36391
d/aws_vpc_peering_connection: Add IPv6 CIDR block attributes #36391
Conversation
…eer_ipv6_cidr_block_set attributes
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=TestAccVPCPeeringConnectionDataSource_' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/ec2/... -v -count 1 -parallel 2 -run=TestAccVPCPeeringConnectionDataSource_ -timeout 360m
=== RUN TestAccVPCPeeringConnectionDataSource_cidrBlock
=== PAUSE TestAccVPCPeeringConnectionDataSource_cidrBlock
=== RUN TestAccVPCPeeringConnectionDataSource_id
=== PAUSE TestAccVPCPeeringConnectionDataSource_id
=== RUN TestAccVPCPeeringConnectionDataSource_peerCIDRBlock
=== PAUSE TestAccVPCPeeringConnectionDataSource_peerCIDRBlock
=== RUN TestAccVPCPeeringConnectionDataSource_peerVPCID
=== PAUSE TestAccVPCPeeringConnectionDataSource_peerVPCID
=== RUN TestAccVPCPeeringConnectionDataSource_vpcID
=== PAUSE TestAccVPCPeeringConnectionDataSource_vpcID
=== CONT TestAccVPCPeeringConnectionDataSource_cidrBlock
=== CONT TestAccVPCPeeringConnectionDataSource_peerVPCID
--- PASS: TestAccVPCPeeringConnectionDataSource_peerVPCID (24.27s)
=== CONT TestAccVPCPeeringConnectionDataSource_vpcID
--- PASS: TestAccVPCPeeringConnectionDataSource_cidrBlock (26.06s)
=== CONT TestAccVPCPeeringConnectionDataSource_peerCIDRBlock
--- PASS: TestAccVPCPeeringConnectionDataSource_vpcID (23.26s)
=== CONT TestAccVPCPeeringConnectionDataSource_id
--- PASS: TestAccVPCPeeringConnectionDataSource_peerCIDRBlock (27.00s)
--- PASS: TestAccVPCPeeringConnectionDataSource_id (33.63s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 92.974s
@finalduty Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.42.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
Adds the
ipv6_cidr_block_set
andpeer_ipv6_cidr_block_set
attributes to the vpc_peering_connection data source.Relations
Closes #25746
References
None
Output from Acceptance Testing