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

"Select next available IP block" not supported for infoblox_ipv4_network_container resource #254

Open isivertsen opened 1 year ago

isivertsen commented 1 year ago

In Infoblox IPAM GUI you can select "next available IP block" (from parent cidr) for both for Networks and Network Containers.

The Terraform resource infoblox_ipv4_network have this feature by using the parent_cidr and allocate_prefix_len options. The resoruce infoblox_ipv4_network_container has NOT these options, an the CIDR must be set using the "cidr" option.

Need to dynamic / automatic assign CIDR also for Network Container Objects in Infoblox to automate CIDR assignment Is this a function that can be implemented in the Terraform code?

(adding the the parent_cidr and allocate_prefix_len options to the infoblox_ipv4_network_container resource)

bardahlm commented 7 months ago

Probably solved by #298