https://pulumi.com logo
s

shy-army-45455

05/06/2019, 4:45 AM
Trying to import an output from one stack into another and then convert it to a string to be used in an child_process.exec command string. I've tried getting the output using stack.getOutput and then converting to string with val.apply(v =>
${v}
), but to not avail. Any tips?