I would really like to set a value on the underlyi...
# golang
g
I would really like to set a value on the underlying
context.Context
of a
pulumi.Context
but I guess it isn’t possible unless I create my own
pulumi.Context
which would mean I have to more or less duplicate the code for setting up the
pulumi.RunInfo
from the environment. Anyone else run into this?
e
If so raise an issue, we could probably add a WithValue method for the pulumi context type as well
g
Yeah, exactly that. I will file an issue. Thanks.