Open krishanshamod opened 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
Any update on this? Is there a workaround?
I believe this was fixed in https://github.com/hashicorp/terraform-provider-aws/pull/30804 and release in v5 of the provider.
Terraform Core Version
1.3.7
AWS Provider Version
4.38.0
Affected Resource(s)
aws_route_table
Expected Behavior
I'm using a NAT instance instead of a NAT gateway and I configured the route in the private route table using Terraform. All works fine.
Actual Behavior
But when I'm applying any kind of Terraform change, it's suggesting route table updates.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
That problem will be fixed when I add
instance_id
to the route but that attribute is a deprecated one.Here's the code after I added that attribute.
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None