Join Slack
Powered by
This message was deleted.
# general
s
sparse-intern-71089
05/21/2020, 3:15 PM
This message was deleted.
a
astonishing-quill-88807
05/21/2020, 4:01 PM
@white-balloon-205
any details or references to relevant code would be great 🙂
w
white-balloon-205
05/21/2020, 8:11 PM
There's a few references in the docs around Stacks and Projects: • Organizing Stacks and Projects:
https://www.pulumi.com/docs/intro/concepts/organizing-stacks-projects/
• Stacks:
https://www.pulumi.com/docs/intro/concepts/stack/
• Projects:
https://www.pulumi.com/docs/intro/concepts/project/
• State and Backends:
https://www.pulumi.com/docs/intro/concepts/state/
In general, we aim to make it so you shouldn't have to think about state and backends - you can just use the default Pulumi Service. At that point you just create a Project per codebase you want to manage (and version), and a Stack per isolated deployment (dev, prod, etc.) of a Project. If you want to manage things in your own local or S3 backend there are more details you have to think about - but the same ideas all apply.
a
astonishing-quill-88807
05/22/2020, 12:15 AM
Yeah, I'm planning on using the S3 backend so wanted to make sure I don't shoot myself in the foot with state boundaries.
Open in Slack
Previous
Next