I am looking for solution to implement proxy repo for Terraform providers. I've successfully managed to force terraform to look for provider binary package saved in my local directory by configuring provider_installation block in .terraformrc file.
I have to configure terraform to use Nexus because of security purposes but I would like to keep it dynamic so I've decided to do it by proxy repo via Nexus that will be mirroring official Terraform repository.
Do you guys know is that even possible, if so could you give me some advice?
Thank you!