I have 100 clients where I perform terraform actions.
These 100 clients are in 100 sub-folders where each sub-folder has its .tf and plan files etc.
Thing is, each of these subfolders have its own .terraform folder which contains the providers folder which is minimum 300MB each and a result of which my terraform client folder is over 30GB.
Is there no way to centralize the .terraform or providers folder ?
This is on a Linux machine but would like to know the solution for Windows 11 as well.