Hi, I am trying to setup CICD pipeline to deploy I...
# general
c
Hi, I am trying to setup CICD pipeline to deploy IaC. I am using s3 for pulumi backend and self hosted gitlab runner. How can I create projects and stacks to deploy to multiple accounts and regions? I did some googling and the tutorials that I have come across use Pulumi cloud and Gitlab hosted runners. Thanks
e
stacks work pretty much the same either way.
pulumi new
to make a new project, and
stack init
to make a new stack. You can have multiple of either depending on your code and configuration setup.