adamant-translator-31969
04/19/2021, 9:35 PMYour query returned no results. Please change your search criteria and try again
billowy-army-68599
04/19/2021, 9:36 PMadamant-translator-31969
04/19/2021, 9:40 PMlet routeTableResult = [];
routeTableResult.push(
aws.ec2.getRouteTable({
subnetId: Elements,
vpcId: id,
})
);
red-match-15116
04/19/2021, 9:45 PMadamant-translator-31969
04/19/2021, 9:46 PMbillowy-army-68599
04/19/2021, 9:49 PMadamant-translator-31969
04/19/2021, 10:02 PMred-match-15116
04/19/2021, 10:41 PMgetRouteTable
is an Output
, which gets resolved asynchronously… so when you try to “save it for later”, things might not execute in the order you expect.