Closed Priteshkal closed 6 years ago
Terraform v0.11.8
provider "infoblox" { username = "${var.infoblox_username}" password = "${var.infoblox_password}" server = "${var.infoblox_server}" allow_unverified_ssl = "${var.infoblox_sslverify}" version = "0.1.11" } resource "infoblox_arecord" "acctest" { name = "hello.local" ipv4addr = "10.0.0.10" ttl = 9000 }
crash.log
Try setting the WAPI version in the provider. Our Infobox is only v2.5, but the current code defaults to v2.6.1, and that caused this type of error.
That does it. Thank you @keithhopkins-gpc
Terraform Version
Terraform v0.11.8
main.tf
Crash.log
crash.log