sparse-intern-71089
05/26/2022, 6:06 PMorange-policeman-59119
05/27/2022, 6:59 AMas Output<string>as any as Output<string>orange-policeman-59119
05/27/2022, 7:00 AMrequireOutput(...).apply(x => {
  if is.string(x) {
    return x;
  } else { 
    throw new Error("expected a string!")
});kind-room-82948
05/31/2022, 6:23 PMexport = async () => {
  const pulumiStackReference = new pulumi.StackReference(`otherStack`);
  const myOutput = await pulumiStackReference.requireOutputValue('myOutput')
}