You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if you run terraform import on a aws_route_table_association you'll get an error:
* import module.X.aws_route_table_association.Y (id: rtbassoc-1234f171): resource aws_route_table_association doesn't support import
Allowing route table associations to be imported would be really useful. Right now, I can do it by manually editing the state file but it is an error prone process.
You can get the id of a route table association through
@aqt01 I'm sure you found the solution already but, perhaps others with the same question could arrive here so, this is the solution to import aws_route_table_association:
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.
ghost
locked and limited conversation to collaborators
Sep 25, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
v0.8.7
Affected Resource(s)
Currently if you run
terraform import
on aaws_route_table_association
you'll get an error:Allowing route table associations to be imported would be really useful. Right now, I can do it by manually editing the state file but it is an error prone process.
You can get the
id
of a route table association throughThey follow the format
rtbassoc-XXXXX
.Thanks!
The text was updated successfully, but these errors were encountered: