Skip to content
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

Closed
vrvenky1407 opened this issue Jun 9, 2019 · 8 comments
Closed

Does this provider work with Terraform 0.12.1 #29

vrvenky1407 opened this issue Jun 9, 2019 · 8 comments

Comments

@vrvenky1407
Copy link

vrvenky1407 commented Jun 9, 2019

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

  • provider.infoblox (unversioned)
  • provider.vsphere v1.11.0

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

@saiprasannasastry
Copy link
Contributor

it doesn't work as the gopkg.toml version has been specified.you can change the version in gopkg.toml

@scottsuch
Copy link
Contributor

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.

@saiprasannasastry
Copy link
Contributor

Is terraform backward compatible? If not we will have to wait till our Qa officially tests it

@canhanhan
Copy link

@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?

@saiprasannasastry
Copy link
Contributor

@Finarfin you can raise a PR, you can add in Gopkg.toml and make it 0.11.x as well as v0.12 compatible

@codyja
Copy link

codyja commented Sep 12, 2019

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.

@saiprasannasastry
Copy link
Contributor

@codyja can you raise a PR? :)

@saiprasannasastry
Copy link
Contributor

clsoing this issue as the plugin supports 0.12.1

AvRajath added a commit that referenced this issue Dec 16, 2020
…String

Fix typo in resourceNetworkIDString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants