I'm having some issues with trying to render a sta...
# python
a
I'm having some issues with trying to render a stack export that is combining values from multiple resources. I have a composite resource where I was able to export a dictionary of some of its attributes. Now, I'm trying to add information about other resources created in the same stack, but when I preview the output it's showing that a bunch of existing data will be deleted, with some other data being added in a seemingly random fashion. My assumption is that it's due to some indeterminacy of how the async processes resolve. Has anyone dealt with this before or have advice? I tried using the
Output.all(...).apply(...)
approach but instead got errors from deep in the Pulumi runtime about dicts not being callable...