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

implement a new migration flow with import and removed blocks #128

Merged
merged 3 commits into from
Sep 19, 2024

Conversation

ms-henglu
Copy link
Member

@ms-henglu ms-henglu commented Sep 18, 2024

In previous implementation, the migration tool would modify the user's terraform state directly which is risky. This PR introduces a new migration flow which uses the import and removed block to do the state modification. By doing this, the user could review and test the configuration changes in a dev environment, then push the changes in a prod environment.

@ms-henglu ms-henglu requested a review from magodo September 19, 2024 04:08
@ms-henglu ms-henglu merged commit 934828f into main Sep 19, 2024
8 checks passed
@ms-henglu ms-henglu deleted the feature-new-flow branch September 19, 2024 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants