Terraform files push error from local to GitHub, large files error "error: RPC failed; curl GnuTLS recv error(-54(: Error in the pull function.
solution : git filter-branch -f --index-filter 'git rm --cached -r --ignore-unmatch .terraform/'
if it's not worked then type
git filter-repo -f --strip-blobs-bigger-than 10M and it will get resolved