I’m doing
reference architecture with
atmos 
Vendir sync need to download repos defined in
vendir.yaml to put them to components.
There are 16 modules using
https://github.com/cloudposse/terraform-aws-componentsI think there are two problems slowing me down:
•
vendir doesn’t have caching layer for modules using same version
• every change to
vendir.yaml need to redownload all modules and compare them to components even if nothing has changed (
.vendir-tmp/git is cleared after every module downloaded)
•
vendir seems slow…
real 4m46.736s I know it’s partially because the repo is quite big but just using git it’s super quick to clone it.
vendir lastest 0.17.0
I wonder how it behave with many many modules and upgrades to them.
Is there a plan to make it more quick?