-
Notifications
You must be signed in to change notification settings - Fork 79
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
Does this provider work with Terraform 0.12.1 #29
Comments
it doesn't work as the gopkg.toml version has been specified.you can change the version in gopkg.toml |
You closed this per the release but the README still indicates this is 0.11.x compatible only? Is that still the case? If not I'll put in a quick PR to fix the README. |
Is terraform backward compatible? If not we will have to wait till our Qa officially tests it |
@saiprasannasastry Can you please re-open this issue? Terraform v0.12 has some breaking changes that do not impact this plugin as far as I see. I tested it locally and worked fine. Yet, QA still probably a good idea prior release. I can send a PR for required changes. Additionally, Terraform is now using go modules. Is Infoblox okay to change this plugin to use go modules over dep? |
@Finarfin you can raise a PR, you can add in Gopkg.toml and make it 0.11.x as well as v0.12 compatible |
Would be a huge fan of this too. I compiled locally and moved to go mod and it seemed to still work great. Would like to see this come official too. |
@codyja can you raise a PR? :) |
clsoing this issue as the plugin supports 0.12.1 |
…String Fix typo in resourceNetworkIDString
I am trying to use this provider with Terraform 0.12.1 and I am getting this error while running Terraform Plan.
terraform plan
Error: Failed to instantiate provider "infoblox" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]
terraform --version
Terraform v0.12.1
In Terraform version 0.11.13 it is working fine.
Please let me know, how to make this provider work with latest Terraform.
Thanks
Venkat
The text was updated successfully, but these errors were encountered: