I’m trying to use `requireSecretObject` to get the...
# general
n
I’m trying to use
requireSecretObject
to get the data from a secret and I can see the values if I use
.apply((res)=>res)
but I can’t get passed that. I need the data outside of that apply method, does anyone know how to do that? Also in the docs it mentions something about the methods returning
Output<T>
, but what is that supposed to be?