This message was deleted.
# aws
s
This message was deleted.
f
I just looked into our current Terraform state and found that routes do have IDs, they just don’t seem to be exposed in the AWS console. For instance, for some route table
rtb-XXXXXXXXXXXXXXXXX
, the ID of the routes is of the form
r-rtb-XXXXXXXXXXXXXXXXXYYYYYYYYYY
.
wow, it required a lot of investigations, analysis and deduction, but I’ve finally mapped out all our routes IDs out of the Terraform state… 😅
actually, the expected ID format for routes is
ROUTETABLEID_DESTINATION
l
The expected ID for every resource is listed at the bottom of the resource's documentation. Vis.: https://www.pulumi.com/docs/reference/pkg/aws/ec2/route/#import