Closed ddericco closed 2 years ago
Voting for Prioritization
Volunteering to Work on This Issue
This is being worked on.
This functionality has been released in v4.37.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
AWS Transit Gateway supports updating the ASN value without needing to recreate the resource. The current Terraform resource forces a create/destroy of the Transit Gateway resource in order to update this value.
Affected Resource(s) and/or Data Source(s)
aws_ec2_transit_gateway
Potential Terraform Configuration
References
API Reference: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ec2@v1.63.1/types#ModifyTransitGatewayOptions
Would you like to implement a fix?
Yes