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

Reserve_IP enhancement #315

Open
sufiyan04 opened this issue Sep 22, 2023 · 0 comments
Open

Reserve_IP enhancement #315

sufiyan04 opened this issue Sep 22, 2023 · 0 comments

Comments

@sufiyan04
Copy link

While reserving IPs from a network block, it reserve the next available IPs. I.e we i say reserve_ip=4 , it would reserve next 4 available IPs.

  1. Not able to add name to these reseve IPs while reserving them.
  2. Not able to choose a IP or range or IP to reserve.

resource "infoblox_ipv4_network" "Network2" {
parent_cidr = infoblox_ipv4_network_container.Container1.cidr
allocate_prefix_len = 24
reserve_ip = 2
depends_on = [ infoblox_ipv4_network.Network1 ]
}

above code will create a /24 network and would reserve the first 2 IPs. But i cannot add names to those reserved IPs.
Also what if i need to reserve first 2 IPs and 5 IPs somewhere in this /24, thats currently not possible i believe.

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