Note, there’s a config.build.copy_modules
setting. It defaults to true. If you set it config.build.copy_modules = false
, then ERB evaluation will also run on modules. However, since folks usually have a large number of module files, it slows down the compile phase.
Related:
- Config Reference - Terraspace
- https://github.com/boltops-tools/terraspace/pull/301
- https://github.com/boltops-tools/terraspace/pull/302
- Running "terraspace up stack" is slow This user reported 20-25s. It depends on how many modules you have.