infobloxopen / terraform-provider-infoblox

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

infoblox_ipv4_association allocation by CIDR not working #232

Closed chetanns99 closed 1 year ago

chetanns99 commented 2 years ago

not able to allocate using CIDR: getting below error.

module.network_np_east_sandbox_networking_vwanhub_resource_2.infoblox_ipv4_allocation.allocation: Creating... ╷ │ Error: error while creating a host record: WAPI request error: 400('400 Bad Request') │ Contents: │ { "Error": "AdmConProtoError: 10.194.240.2/31,Azure does not match any unique networks/ranges (ipv4addr)", │ "code": "Client.Ibap.Proto", │ "text": "10.194.240.2/31,Azure does not match any unique networks/ranges (ipv4addr)" │ } │ │ │ with module.network_np_east_sandbox_networking_vwanhub_resource_2.infoblox_ipv4_allocation.allocation, │ on ....\modules\networkallocation\main.tf line 4, in resource "infoblox_ipv4_allocation" "allocation": │ 4: resource "infoblox_ipv4_allocation" "allocation" {