-
So far, glad I found this, this will change the way we do our VNET's significantly. 1) retro fit existing VNETSwe're a Terraform shop and have currently over 150 VNETs deploy with our trusty module. we decided to have the but a space can contain multiple blocks. for example eastus2 has two /15 cidr blocks. to create a new reservation for a new vnet is easy, just but if I am to retrofit this to an existing Terraform deployed VNET, I can't predict which block will be assigned, and I can't seem to find a way of searching the block by CIDR.. unless I am missing something? 2) multi CIDR vnets:Most of our VNET's we start with a /24 CIDR, but over time this may grow, at which point we'll add a second CIDR. With IPAM, do I just add multpole X-IPAM-RES-ID tags? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @georgegil, thanks for the positive feedback and hopefully I can answer your questions.... For item 1, the Block level API will allow you to specify a CIDR when creating a Reservation. For item 2, you can provide a single I hope that helps. Please let us know if you need anything else! |
Beta Was this translation helpful? Give feedback.
Hi @georgegil, thanks for the positive feedback and hopefully I can answer your questions....
For item 1, the Block level API will allow you to specify a CIDR when creating a Reservation.
For item 2, you can provide a single
X-IPAM-RES-ID
tag with multiple, comma-separated values (ID's).I hope that helps. Please let us know if you need anything else!