driftctl icon indicating copy to clipboard operation
driftctl copied to clipboard

Do not retrieve details for unmanaged resources.

Open eliecharra opened this issue 4 years ago • 2 comments

Description We do not need details for unmanaged resources in deep mode since we do not have anything to compare. We can save a lot of time and network calls by avoiding to retrieve details for unmanaged resource.

The new workflow could be

  • Enumerate resources from IaC
  • Enumerate resources from remote
  • Analysis : without diff/changes
  • Read resource details only for managed ones
  • Analysis : add diff/changes
  • Summary

eliecharra avatar Aug 06 '21 09:08 eliecharra

Reopening since we decided to rollback this feature. Considering the impact of #1253 on new releases, further investigation must be done to ensure the new architecture does not break the way we handle resources and analysis.

sundowndev avatar Dec 22 '21 09:12 sundowndev

Scan times between only managed and all are the same. There seems to be something off about the way this was implemented.

CodaBool avatar Apr 20 '23 21:04 CodaBool