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

Error "WAPI request error: 400('400 Bad Request') Contents: Version 2.12.3 not supported" after upgrading the provider to 2.9.0 #467

Open
fernandoiury opened this issue Jan 31, 2025 · 2 comments

Comments

@fernandoiury
Copy link

fernandoiury commented Jan 31, 2025

Hi. I noticed 2.9.0 has been released today. My terraform code stopped working and everything I try to do returns this error WAPI request error: 400('400 Bad Request') Contents: Version 2.12.3 not supported.

Image

up to v2.8.0 it was working fine.

@mj790
Copy link

mj790 commented Feb 2, 2025

Same here. Our version of Infoblox is slightly below the 2.12.3 required.

Can we know why the version was changed from 2.9 to 2.12.3? Arbitrary decision? Required by the new DTC resources?

I think this type of change should be documented in the release notes as a breaking change. Might also warrant a major version release of the provider due to the breaking change.

Going to be a fun Monday when the complaints start rolling in....

@nitish-ks
Copy link
Collaborator

The changelogs have been updated to highlight the change in the WAPI version.
The WAPI version was upgraded to 2.12.3 to support new DTC features.
To use a different WAPI version, you can specify it in your provider block as shown below:

provider "infoblox" {
  server       = "10.34.34.120"
  username     = "admin"
  password     = "password"
  wapi_version = "2.9"
}
 

I hope this helps!

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

3 participants