https://pulumi.com logo
#general
Title
# general
h

high-cricket-61841

07/11/2022, 10:37 PM
Is there a way to see what stacks in an organization are using the stack outputs of particular stack? For example, if stack "Org/A " has a stack output "output1" can I see all stacks within "Org" that are using "output1" from stack "Org/A" without manually looking through all stacks?
f

future-refrigerator-88869

07/11/2022, 10:46 PM
Do you want to do this via automation api or simply to look at it in the UI ? If you only want to see it via UI, go to your stack and at the bottom there's a section called
Downstream References
. As long as another stack references it, you'll see it there. This doesn't really tell you that the downstream stack is actually using a particular output tho.
h

high-cricket-61841

07/11/2022, 10:54 PM
UI or programmatically. Yeah the Downstream references are a good starting point, but it would be nice to see stacks using a particular stack output. Trying to find if a particular output is needed by other stacks and don't want to cause down stream issues if I remove the output.
4 Views