Is it not possible to call `pulumi.export` from wi...
# general
f
Is it not possible to call
pulumi.export
from within an
Output.apply
lambda function? I'd like to conditionally export something if an Output has a particular value, but it doesn't appear to be working 😕
Bump on this question... if anyone has any thoughts, I'd appreciate it.
e
Is this with the python SDK?
f
it is, yes
e
I'm not sure if this is supported in any of the SDKs right now, but it might be possible to. Could you raise an feature request issue at https://github.com/pulumi/pulumi/issues
f
will do, thanks