prefix list doesn't import any records
I have a few managed prefix lists which I am using to define the routes. Even though I am selecting the correct pl objects from the available list of prefix lists, there is no output to be generated:
No resources generated
terraform validate reports this:
"destination_cidr_block": one of │ destination_cidr_block,destination_ipv6_cidr_block,destination_prefix_list_id must │ be specified
on the route that uses prefix list.
Hey @edutu85,
I don't currently have comprehensive coverage of all Terraform resources, but I've added the prefix list resource for you just now. Let me know if that helps.
@iann0036 - thank you for adding this. I am using prefix lists to create the correct routes - in case a new subnet is being added, the only thing I have to do is to add it to the correct prefix list. I was able to have terraform create the prefix lists but I am still struggling to use the resoruce.id of the prefil list in the routing rule. I will check my code against the output generated by former2 and get back to you.