what's the best practice for splitting up a stack ...
# general
f
what's the best practice for splitting up a stack deployment? I want an AZ container registry, build and push a docker image, and then a container instance. The docker bit needs to be an in between process. I'm expecting to be doing all this in an Azure DevOps pipeline. I assume that doing
pulumi up
on same stack would cause drift issues but it seems silly to have to separate "apps" with stacks for each stage (totally 6 stacks)