mach-composer-cli icon indicating copy to clipboard operation
mach-composer-cli copied to clipboard

Allow for using lock files

Open demeyerthom opened this issue 5 months ago • 0 comments

Currently we do not allow the usage of terraform lock files. This happens because we always generate all the terraform based on configs, which does not include a lockfile to be used. Because of this is is more difficult to manage what dependencies are being imported, and it makes caching of dependencies harder as we have no lockfile to create a cache key for

demeyerthom avatar Sep 06 '24 07:09 demeyerthom