If a pulumi inline automation api program returns ...
# automation-api
p
If a pulumi inline automation api program returns “something”, Would this show up in the UpResults outputs or do we need to do something to register it as an output??
According to https://github.com/pulumi/automation-api-examples/blob/main/nodejs/inlineProgram-ts/index.ts this is how it works, but my outputs is always
outputs: {}
b
It needs to be a dictionary but otherwise yea that should work
p
ah, might not be a dictionary, will try a new object aith the thing i want to output as a field