New to pulumi, but have been using terraform. I ha...
# general
o
New to pulumi, but have been using terraform. I have liked how terraform uses the same template file for both dev and prod workspaces. I have been trying to find a clear way pulumi does this with one code file that can be deployed to multiple AWS accounts. (dev, prod) Is there a clear explanation out there on how to do this with stacks and projects?
b
stacks are very similar to workspaces in that you can set configuration variables per stack and treat them similar to workspaces. I do think we need a good example of this in our examples repo, I will try and get one created
o
thanks for the help