I have downloaded the provider plugin from the terraform website as an exe
shouwld i try an older version of terraform?
If there isn't a newer plugin which supports 0.12 then yes you'd
either need to wait for an update or downgrade the core Terraform
binary.
On Tuesday, 28 May 2019 12:48:00 UTC+1, Stuart Clark wrote:On 28/05/2019 12:46, nick noot-davies wrote:
> Hi
>
> I am running this
> c:\terraform>terraform -version
> Terraform v0.12.0
> + provider.vcd v2.2.0
>
>
> with VCD 9.5
>
> Each time i attempt to run terraform plan or any other commands i get
>
> c:\terraform>terraform plan
>
> Error: Failed to instantiate provider "vcd" to obtain schema:
> Incompatible API version with plugin. Plugin version: 4, Client
> versions: [5]
>
> anyone know what this means and how to fix?
That is suggesting the version of the provider plugin you are using
doesn't support Terraform 0.12
Try upgrading the plugin if possible (you'd need to check any plugin
restrictions you have set in your providers). Otherwise you'd need to
talk to the plugin maintainer to see when an updated version might be
available.
--
Stuart Clark
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/6dcb259b-2e07-46a4-8d31-5a3b651a34a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- Stuart Clark