-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible API version with plugin. Plugin version: 6, Client versions: [5] #1761
Comments
I get the same error for terraformer v0.8.24 with Terraform v1.5.5 and cloudflare provider v4.12.0
|
I'm facing the same issue when importing Cloudflare resources using Terraformer. Environment:
Steps to Reproduce:
Expected Result:Terraformer should successfully import the Cloudflare resources. Actual Result:I receive the following error message:
Additional Information:
|
Fixed this by temporarily downgrading to version |
Also experiencing the same issue, the above worked for me:
Here It appears that it's v4.13.0 that switched the protocol plugin version and isn't supported. The cloudflare provider is using the terraform plugin library version 6, and terraformer has not been updated to handle that yet.. does anyone know when this is going to be? |
My guess is that people are using the https://github.com/cloudflare/cf-terraforming project nowadays, which left this part of the Terraformer project a bit behind on support. |
Same here, confirming: $ terraform version
Terraform v1.5.7
on linux_amd64
+ provider registry.terraform.io/cloudflare/cloudflare v4.14.0
$ terraformer-all version
Terraformer v0.8.24
$ terraformer-all import cloudflare --resources=dns
2023/09/11 23:47:20 Incompatible API version with plugin. Plugin version: 6, Client versions: [5] I'm working around it by using cloudflare/cf-terraforming. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Pinning Cloudflare Terraform provider to This is due to this commit, explictly this line. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Issue still stands. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
I believe the issue still exists, can this issue not be closed? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Since provider it's broken and looks like people are already using other tools, I've filed #1883. |
When trying to use the following command:
or
I would get the following error:
Details:
Using terraformer v0.8.24 with Terraform v1.5.4 and cloudflare provider v4.11.0
The text was updated successfully, but these errors were encountered: