sparse-intern-71089
02/08/2020, 6:13 PMwhite-balloon-205
<http://vpc.id|vpc.id>
is an Output, you need to use apply, and call getRouteTables
inside that.
const rts = vpc.id.apply(id => aws.ec2.getRouteTables({ vpcId: id }));
brave-window-69382
02/09/2020, 2:30 AM