-
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
Support Managing EC2 Transit Gateway Prefix List References #16572
Comments
Reference: #16572 Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_disappears (214.31s) --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_basic (217.12s) --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_disappears_TransitGateway (219.77s) --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_TransitGatewayAttachmentId (397.05s) ```
Reference: #16572 Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_disappears (214.31s) --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_basic (217.12s) --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_disappears_TransitGateway (219.77s) --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_TransitGatewayAttachmentId (397.05s) ```
* New Resource: aws_ec2_transit_gateway_prefix_list_reference Reference: #16572 Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_disappears (214.31s) --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_basic (217.12s) --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_disappears_TransitGateway (219.77s) --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_TransitGatewayAttachmentId (397.05s) ``` * tests/resource/aws_ec2_transit_gateway_prefix_list_reference: Use variable to fix terrafmt issue Output from acceptance testing: ``` --- PASS: TestAccAwsEc2TransitGatewayPrefixListReference_TransitGatewayAttachmentId (403.66s) ``` * Update CHANGELOG for #16823 * resource/ec2_transit_gateway_prefix_list_reference: Add precheck Co-authored-by: Dirk Avery <dirk.avery@gmail.com>
Support for this new resource has been merged and will release later today with version 3.27.0 of the Terraform AWS Provider. 👍 |
This has been released in version 3.27.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 for triage. Thanks! |
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! |
Community Note
Description
Differently than EC2 Route Tables, EC2 Transit Gateways handle Prefix List routing via separate API calls than those already containing destination CIDRs. This feature request is for implementing a new resource in the Terraform AWS Provider to manage the lifecycle of those separate API resources.
New Resource
Potential Terraform Configuration
References
aws_ec2_managed_prefix_list
CreateTransitGatewayPrefixListReference
API ReferenceGetTransitGatewayPrefixListReferences
API ReferenceModifyTransitGatewayPrefixListReference
API ReferenceThe text was updated successfully, but these errors were encountered: