Join Slack
Powered by
This message was deleted.
# general
s
sparse-intern-71089
08/21/2022, 12:07 PM
This message was deleted.
e
echoing-dinner-19531
08/22/2022, 12:13 PM
Yes, just use getOutput instead. You'll get an Output<object>, and while normally doing things inside an apply can lead to preview issues, in the case of stack outputs the Output will always resolve so it's not in issue with those.
👍 1
v
victorious-dusk-75271
08/22/2022, 12:14 PM
Thanks. i solved it with
getOutput().apply(x => x.something)
:)
4
Views
Open in Slack
Previous
Next