You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: