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
{{ message }}
This repository was archived by the owner on Jun 3, 2023. It is now read-only.
I'm trying to learn Terraform, i have a Citrix XenServer hypervisor installed on server that I want to use with. I just installed terraform and xenserver provider, also can able to initiate the terraform code But while i do terraform plan, terraform apply i will be getting the below issue,
[root@localhost test]# terraform plan
Error: Failed to instantiate provider "xenserver" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]
[root@localhost test]#
Can anyone please let me know if i done something wrong.
The text was updated successfully, but these errors were encountered:
Antonynixson
changed the title
Failed to instantiate provider "xenserver" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]
Failed to initiate provider "xenserver" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]
Oct 22, 2019
Antonynixson
changed the title
Failed to initiate provider "xenserver" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]
Failed to instantiate provider "xenserver" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]
Oct 22, 2019
Hello There,
I'm trying to learn Terraform, i have a Citrix XenServer hypervisor installed on server that I want to use with. I just installed terraform and xenserver provider, also can able to initiate the terraform code But while i do terraform plan, terraform apply i will be getting the below issue,
Please find the error on the attached image,
Please find my terraform code below
Can anyone please let me know if i done something wrong.
The text was updated successfully, but these errors were encountered: