I have a general flow question. I do not want to h...
# getting-started
a
I have a general flow question. I do not want to have a monolithic single project for all my ressources as it grows exponentially and the chance of breakage get higher. So for now I have split a lot of my ressources in separate projects. My question is how do I handle dependencies cross project. Let's say I have a project that takes care of keys or secrets generation. I want another project to be able to depend on that one in its flow. I can of course just use static resource names, but I'd of course prefer that it can somehow propose running through the secrets project.
a
a
but how would I import the stack output of project1/ in project2/ ?
I currently do export most of the stuff I need already, I just don't know how to import it cross projects
a
a
ahhhh I missed that somehow, thank you @adventurous-butcher-54166