https://pulumi.com logo
o

orange-address-79071

04/13/2020, 9:58 PM
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

billowy-army-68599

04/13/2020, 10:15 PM
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

orange-address-79071

04/13/2020, 10:16 PM
thanks for the help