Hey guys, question about Inter-Stack Dependencies,...
# general
c
Hey guys, question about Inter-Stack Dependencies, and somewhat related the stack outputs. where are this values actually stored? or how do pulumi access them? I ask because i'm unsure if they are stored at the state or the config files, or in some way in the environment after the execution. I'm thinking about cases with a Micro-Stacks design, if I haven't run the infra stack on my machine, can i run the services stack that references it? or do i need to run the infra first, even if it doesn't change anything? Or in case one member of the team runs one micro-stack in one end, and another member of the team need to run another micro-stack that depends on it, in another end