Update ESXi Provider to josenk

Update ESXi provider to josenk from hashicorp/esxi

```
DetectionLab/ESXi terraform init && terraform apply                                                                                                                             

Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/esxi...

Error: Failed to install provider

Error while installing hashicorp/esxi: provider registry registry.terraform.io
does not have a provider named registry.terraform.io/hashicorp/esxi
```
This commit is contained in:
Aan
2020-10-30 02:42:10 +07:00
committed by GitHub
parent 88002fb084
commit 61118d371e

8
ESXi/versions.tf Normal file
View File

@@ -0,0 +1,8 @@
terraform {
required_providers {
esxi = {
source = "josenk/esxi"
version = "1.8.0"
}
}
}