We are trying to use TFC to manage resources in a git repository that contains git LFS objects (https://git-lfs.github.com/). However, it seems that the workers do not appear to be properly cloning LFS objects, which causes our MD5 comparison of the local object (the LFS pointer) to be compared to the MD5 of the remote object (the actual large file, in this case a tarball). Is there any way to enable git LFS inside of Terraform Cloud?
Thanks,
Pat