-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Importing routes & ACL rules #13779
Comments
Hi @AMMullan, We currently do not support importing these two resources. Is it okay to treat this as a feature request for these resources? Thanks! |
Hi @grubernaut, Yep, that'd be great. Not 100% sure if/how this is going to be achievable but if you guys can do it it'd be amazing. |
Enable use of standard import mechanism to import aws_route resources. The enhancement was complicated by AWS not assigning route table routes (aws_route) an ID. However, a route can be uniquely identified with a route table ID and CIDR destination. Thus, creating a pseudo ID defined by r-ROUTETABLEID_CIDRDESTINATION allows routes to be identified and imported. Related hashicorp#5631, #704, hashicorp/terraform#13779
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I'm trying to import existing infrastructure but am not sure how to import ACL Rules and Routes for AWS.
Terraform Version
v0.8.8
Affected Resource(s)
Would just like to know if you can import these or you just have to apply and force it to overwrite the existing items?
The text was updated successfully, but these errors were encountered: