A Record drift detection 404 error
flavio-neves opened this issue · 2 comments
flavio-neves commented
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:
I'm expecting a drift detection message instead of this 404 error.
SanjeevManurkar commented
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
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.