-
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
aws_ec2_transit_gateway_vpc_attachment does not respect setting default route table options to false #21438
Comments
Hey @jooh-lee 👋 Thank you for taking the time to file this issue! Can you update the issue description with the Terraform and AWS provider versions you're using so that we have all of the necessary information to attempt to reproduce this? |
@justinretzolk description updated |
Hey @jooh-lee 👋 Thank you for getting that updated. I've marked this as a bug so that we can take a look into this as soon as time allows. |
related #6670 |
I hit this today with Terraform 1.4.6 and aws provider 4.67.0 -- the latest versions. |
This functionality has been released in v5.11.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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v1.0.6
aws provider v3.63.0
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
When
transit_gateway_default_route_table_association
andtransit_gateway_default_route_table_propagation
are set to false the state for those option should set to faseActual Behavior
The options are not respected and the tf state is kept as true. This in turn causes a perpetually dirty plan.
Steps to Reproduce
aws_ec2_transit_gateway_vpc_attachment_accepter
andaws_ec2_transit_gateway_vpc_attachment
resource.transit_gateway_default_route_table_association
andtransit_gateway_default_route_table_propagation
to falseImportant Factoids
References
The text was updated successfully, but these errors were encountered: