Hi guys, I have a question. I have two projects, ...
# general
w
Hi guys, I have a question. I have two projects, with S3 backend. Project A with stack default and Project B with stack dev. Now I want to get the stack output of Project A in Project B. How can I achieve this? Thanks in advance.
h
I don't think there's an off-the-shelf way. I think I've heard of people coming up with various solutions
in general, I think you need to shuffle the value of an export from one stack into the configuration of another.