This message was deleted.
# general
s
This message was deleted.
b
if you export the value
pulumi.export
it should be accessible, did you try that?
p
Typescript does not have a
pulumi.export
(or I cannot find it in the docs). Could you please point me to the docs where I could read about it?
b
in typescript it's
export const variable
p
ok, thank you!