sparse-intern-71089
08/06/2020, 8:17 PMloud-battery-37784
08/06/2020, 8:57 PMOutput
is here: https://github.com/pulumi/pulumi/blob/d4f18fdd65dfaee1d818e1e79f8fdb7b22836053/sdk/nodejs/output.ts#L848-L890full-dress-10026
08/06/2020, 11:19 PMfull-dress-10026
08/06/2020, 11:36 PMfull-dress-10026
08/06/2020, 11:37 PMgetOutput
on a exported array will be read in as an array. Verified with this code:
const subnetIds = infra.getOutput("subnetIds")
subnetIds.apply(x => {
console.log(Array.isArray(x))
});
full-dress-10026
08/06/2020, 11:39 PMfull-dress-10026
08/06/2020, 11:41 PM