You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
So I get to the point of running terraform apply and I get the following:
Also I had to add the josenk/esxi provider. It was pulling a very old version.
The text was updated successfully, but these errors were encountered: