infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
67 stars 73 forks source link

A Record drift detection 404 error #297

Closed flavio-neves closed 3 months ago

flavio-neves commented 1 year ago

Hi, I'm facing this 404 error if I create records using terraform and changing the IP or the FQDN fields over the portal.

resource "infoblox_a_record" "host" {
  fqdn = "fqdn.string.here"
  ip_addr = "1.2.3.4"
  comment = "String comments here"
  dns_view = "default"
  ttl = 0
}

Error:

image

I'm expecting a drift detection message instead of this 404 error.

SanjeevManurkar commented 3 months ago

We are working on providing a way to get over this 404 error in next release of terraform (due for release in couple of weeks).

JkhatriInfobox commented 3 months ago

Hi @flavio-neves, we have release our plugin to maintain manual drift state with version v2.6.0

This will solves your issue for manual deletion happen.

Hence closing this issue, if issue persist feel free to re-open.