Hi there,
We have a heavy git repository with a lot of Terraform modules. When we execute a terraform get it take ~20min to download dependencies (a git clone for each module call !).
We removed from the repository some binary files on the master branch. But unfortunately, nothing changed because Terraform do a git clone instead of git clone --depth 1.