famous-television-87761
05/14/2024, 12:23 AMpulumi.export in a file other than __main__.py it seems like it gets ignored. I added <http://pulumi.info|pulumi.info> statements to ensure that my pulumi.export functions are being called and they are. I also logged one of the values I'm exporting via value.apply(lambda x: <http://pulumi.info|pulumi.info>(x)) and it's a valid value. Why can't I export it from a function in another file?