-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Inline routes not removed from aws_route_table. #199
Comments
may be someone know workaround how to move part of state from "aws_route_table" (inline |
fwiw, I can replicate this issue on:
|
I'm seeing this same issue today with:
|
The
and from the Attribute as Blocks documentation:
, so specifying no I agree that this is not at all clear from the documentation and will leave this issue open to address that. |
This has been released in version 3.35.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! |
This issue was originally opened by @clstokes as hashicorp/terraform#7632. It was migrated here as part of the provider split. The original body of the issue is below.
When an inline
route
is removed from anaws_route_table
resource. Terraform does not notice the change and the route is never removed from the route table at AWS. If an inlineroute
is added, Terraform adds the route as expected.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/clstokes/884d65b4b75dfa419174cc2a5b4e8a21
Expected Behavior
The route should have been removed from the route table.
Actual Behavior
No changes were planned or applied.
Steps to Reproduce
terraform apply
route { ... }
terraform apply
again and see no changes.The text was updated successfully, but these errors were encountered: