boundless-waiter-17971
10/29/2025, 4:35 PMkey defined in stack A, and I want to use it in stack B.
I can use pulumi.StackReference(“B”) and then key = stack.get_output(‘…’), but none of this is type safe (i.e. what happens if the output name changes, etc.).
Is there a way to have stronger guarantees?stocky-father-81239
10/29/2025, 6:21 PM