pluto
pluto copied to clipboard
Store the Pulumi state file remotely
Describe the feature
Currently, Pulumi's state file is saved locally, which means that if the local file is accidentally deleted or if you switch to a different machine for development, you won't be able to control or deploy the applications.
We can store Pulumi's state file in the cloud, fetching the existing state and updating it synchronously each time you deploy
Use Case
Cross-machine development, CI deployment
Proposed Solution
No response
Other Information
No response
Acknowledgements
- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change