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

improve import matching #135

Open
blake-mealey opened this issue Feb 17, 2022 · 1 comment
Open

improve import matching #135

blake-mealey opened this issue Feb 17, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@blake-mealey
Copy link
Owner

Currently the import command matches very few resources, which results in lots of recreated resources after importing. There are a couple of routes we can take with this, and maybe we even want a hybrid of both:

  • We could go down a more complex auto-matching route which downloads existing resources and compares them to desired resources.
  • We could let the user manually import each matching resource and directly tell Mantle which ones match. This is what Terraform does (see https://www.terraform.io/cli/import).
@blake-mealey blake-mealey added the enhancement New feature or request label Feb 17, 2022
@blake-mealey blake-mealey added this to the v1.0.0 milestone Feb 17, 2022
@blake-mealey
Copy link
Owner Author

Adding this to milestone v1.0.0 because import should be considered stable for production use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant