Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Epic] Support moving resources between projects #16190

Open
4 tasks
justinvp opened this issue May 13, 2024 · 0 comments
Open
4 tasks

[Epic] Support moving resources between projects #16190

justinvp opened this issue May 13, 2024 · 0 comments
Labels
kind/epic Large new features or investments

Comments

@justinvp
Copy link
Member

Sometimes would be useful to move some resource from one project stack to another project stack, without recreating the resource.

For example, split a monolithic stack to micro stacks.

Currently, the easiest way to move the code to the new stack and import it, then remove from the old stack manually with pulumi state delete or exporting the stack and removing the resource and every dependency.

This is a very error-prone process, pulumi should provide an easier way to do these kinds of refactorings.

Related issues: #3389

Design

  • Write design doc

Implementation Plan

TODO

Announce

  • Documentation updates for this new capability
  • Write blog post
  • 🍦
@justinvp justinvp added the kind/epic Large new features or investments label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/epic Large new features or investments
Projects
None yet
Development

No branches or pull requests

1 participant