https://pulumi.com logo
Title
g

gorgeous-architect-28903

01/09/2023, 10:51 AM
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

echoing-dinner-19531

01/11/2023, 10:23 AM
If so raise an issue, we could probably add a WithValue method for the pulumi context type as well
g

gorgeous-architect-28903

01/11/2023, 11:17 AM
Yeah, exactly that. I will file an issue. Thanks.