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
Did you build Terracognita from sources or did you use the Docker image:
Describe the bug:
Sometimes 2 resources get referenced on the attributes because they have the same value, we should try to improve the logic to not just match the first one it founds, but the closer one.
It should try to search for a resource that matches virtual_machine if possible instead of the first attribute it found that has the same value as if even this is valid HCL, during terraform runs this will not be (for example destroy and recreate)
Log message
Here you can paste the log message or paste the link to console logs. If the log message is too big, you can use a tool like https://pastebin.com/.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
General information:
Describe the bug:
Sometimes 2 resources get referenced on the attributes because they have the same value, we should try to improve the logic to not just match the first one it founds, but the closer one.
For example
It should try to search for a resource that matches
virtual_machine
if possible instead of the first attribute it found that has the same value as if even this is valid HCL, during terraform runs this will not be (for example destroy and recreate)Log message
Here you can paste the log message or paste the link to console logs. If the log message is too big, you can use a tool like https://pastebin.com/.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: