infobloxopen / terraform-provider-infoblox

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

Error: error updating A-record: 'name' argument is expected to be non-empty and it must NOT contain leading/trailing spaces #383

Open barakbd opened 2 months ago

barakbd commented 2 months ago

Receiving error when trying to update A record's IP Address: Terrafrom Plan:

  # infoblox_a_record.vm_autodiscover_record[99] will be updated in-place
  ~ resource "infoblox_a_record" "vm_autodiscover_record" {
        id           = "record:a/123456:SOME-FQDN.COM/internal"
      ~ ip_addr      = "10.0.0.1" -> "10.0.0.2"
        # (5 unchanged attributes hidden)
    }

Versions:

$ terraform version
Terraform v1.5.4
on linux_amd64
+ provider registry.terraform.io/infobloxopen/infoblox v2.1.0