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 ```
9 lines
1.1 KiB
HCL
9 lines
1.1 KiB
HCL
terraform {
|
|
required_providers {
|
|
esxi = {
|
|
source = "josenk/esxi"
|
|
version = "1.8.0"
|
|
}
|
|
}
|
|
}
|