https://pulumi.com logo
r

rhythmic-hair-33677

01/05/2020, 8:49 AM
What is a cleaner way to specify dependencies between stacks? Exporting objects often means the CLI logs these large objects (I know there is a flag to hide that though).
w

white-balloon-205

01/05/2020, 3:57 PM
Typically instead of exporting an object, you can just export an id and then read that id from the other stack. Depends a little on more details of your specific case though.
4 Views