- Fixed bug in package definition validation module preventing from using the
ConcurrentWorkersattribute. - Fixed bug with Terraform engines: with newer Terraform versions, providers must be downloaded if the lock file doesn't exist, even if providers exist in the shared cache. To prevent that from happening and keep bandwidth usage low, I set the environment variable
TF_PLUGIN_CACHE_MAY_BREAK_DEPENDENCY_LOCK_FILEtotrue.