infobloxopen / terraform-provider-infoblox

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

Feature Request: To provide a data source infoblox_ip_allocation that allows you to query if an IP is allocated for a specific fqdn #353

Open johnnyf-hcp opened 5 months ago

johnnyf-hcp commented 5 months ago

I have a use case where existing IPs have been allocated with DNS disabled. I would like to check if there is an existing IP allocated and the value before I try to do a new allocation using the infoblox_ip_allocation resource.

Right now I have an issue where multiple IPs are being created for the same fqdn as I am unable to check if an existing IP exists.