Open
Description
So I get to the point of running terraform apply and I get the following:
[ameyer@cobbler001 terraform]$ terraform plan
provider.vsphere.password
The user password for vSphere API operations.
Enter a value:
provider.vsphere.user
The user name for vSphere API operations.
Enter a value:
╷
│ Error: Invalid provider configuration
│
│ Provider "registry.terraform.io/josenk/esxi" requires explicit configuration. Add a provider block to the root module and configure the provider's required arguments as described in
│ the provider documentation.
│
╵
╷
│ Error: Failed to connect to esxi host: Client Connection Error
│
│
│ with provider["registry.terraform.io/josenk/esxi"],
│ on <empty> line 0:
│ (source code not available)
│
╵
[ameyer@cobbler001 terraform]$
Also I had to add the josenk/esxi provider. It was pulling a very old version.
Metadata
Metadata
Assignees
Labels
No labels