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