You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: