[BUG] Cannot replace Virtual Private Gateway route with Transit Gateway route in aws_route resource #13302
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
When trying to replace existing route pointing to VGW (Virtual Private Gateway) with TGW (Transit Gateway) error is thrown.
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
When run apply:
Panic Output
Expected Behavior
VGW route is replaced with TGW route
Actual Behavior
Error message:
Steps to Reproduce
terraform import 'aws_route.this["rtb-aaaabbbb.10.10.10.0/24"]' rtb-aaaabbbb_10.10.10.0/24
terraform apply
Important Factoids
References
Similar to
The text was updated successfully, but these errors were encountered: