This message was deleted.
# general
s
This message was deleted.
g
You should be able to do the rendering inside an
apply
. Something along the lines of:
Copy code
pulumi.output(objectToRender).apply(obj => { ... })
The apply will unwrap any nested outputs