pluto icon indicating copy to clipboard operation
pluto copied to clipboard

Store the Pulumi state file remotely

Open jianzs opened this issue 1 year ago • 0 comments

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

jianzs avatar Jul 08 '24 08:07 jianzs