Terraform import for aws_route_table should not import dynamic routes #5125
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
This issue was originally opened by @m4ce as hashicorp/terraform#18418. It was migrated here as a result of the provider split. The original body of the issue is below.
When running a terraform import to import a routing table, dynamic routes that get propagated via a virtual private gateway are also imported.
This is problematic as those routes will not have an equivalent resource in terraform. As a result, terraform will try to delete these routes on subsequent runs.
The text was updated successfully, but these errors were encountered: