Files
DetectionLab/ESXi/versions.tf
Aan 61118d371e 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
```
2020-10-30 02:42:10 +07:00

9 lines
1.1 KiB
HCL

terraform {
required_providers {
esxi = {
source = "josenk/esxi"
version = "1.8.0"
}
}
}