so i have an `awsx` VPC that i have peered to anot...
# aws
b
so i have an
awsx
VPC that i have peered to another VPC and I now want to go and add a route into each of the route tables created by the awsx VPC. I’ve got it working with the below code but wanted to see if there was a cleaner way to do this so the routes don’t need to be created inside an
apply()