pulumi / docs

All things Pulumi docs!
https://pulumi.com
Apache License 2.0
129 stars 221 forks source link

User Guide: Running Pulumi in Production #11798

Open bermudezmt opened 5 years ago

bermudezmt commented 5 years ago
joeduffy commented 4 years ago

Also see https://livebook.manning.com/book/terraform-in-action/chapter-9/v-4/15.

joeduffy commented 4 years ago

A bit of user feedback right now that would be good to address with this effort:

In addition to stacks, state backends and where to store your programs is a little unclear. It feels like some knowledge is assumed here. For instance, if I choose an S3 bucket to store my state information, what happens is a .pulumi directory is created with state history for my project. The thing that's unclear is where do I store my project? Is it assumed my project/program should be stored in git some where? This part of the solution doesn't appear to be documented anywhere and no suggestions are provided on where to store stack state, project state and program state.

joeduffy commented 2 years ago

Example user guide we could add here:

Pulumi in Production

cnunciato commented 10 months ago

Note that we've since added the Zephyr project, which covers a good bit of this surface area. https://www.pulumi.com/blog/iac-recommended-practices-code-organization-and-stacks/