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: error updating A-record: 'name' argument is expected to be non-empty and it must NOT contain leading/trailing spaces #383

Open
barakbd opened this issue Sep 12, 2024 · 0 comments

Comments

@barakbd
Copy link

barakbd commented Sep 12, 2024

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
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

1 participant