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:
8
ESXi/versions.tf
Normal file
8
ESXi/versions.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
esxi = {
|
||||
source = "josenk/esxi"
|
||||
version = "1.8.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user