Terraform large files push error on Github

Опубликовано: 16 Июль 2026
на канале: Swapna_A
941
10

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