Terrafrom vSphere provider

Hi,
Big fan for terraform and new to terrafrom. :slight_smile:
Iam trying to automate vSphere ans NSX requested via terrrafrom. Its works fine when I have access to the internet. In the prod env there is no internet. Is there simple how to (for dummy slight_smile ) to use local registery /mirror porivder.
Iam getting below error fialed to quet available provider packges
Could not retrieve the list of available versions for provider hashicorp/vsphere:
could not connect to registry.terraform.io: Failed to request discovery document:

I ceate a directory /autmation/terrafrom/vsphere
under this directoty I cloned
sudo git clone GitHub - vmware/ansible-for-nsxt: Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. This project is to enable this automation for NSX-T installation.
$ ls /automation/terraform/vsphere/
CHANGELOG.md terraform-provider-vsphere
LICENSE terraform-provider-vsphere_2.2.0_linux_386.zip
min.tf terraform-provider-vsphere_v2.2.0_x5
Am I missing somthing
Many thanks