Get Multiple Subnet CIDRs #211
Unanswered
jkieffer0616
asked this question in
Q&A
Replies: 1 comment 9 replies
-
|
Unfortunately, I don't have a fix for you, but I have a similar issue, and this functionality would probably help: #213 |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I didn't see this in the discussion or docs anywhere but I'm wondering if there is a way to either reserve a subnet CIDR so the next time a call to the nextAvailableSubnet API is made it'll return a new CIDR or if I could pass a # of subnets to the API and it return that many available CIDRs.
Use case would be something like databricks where 2 subnets are required. Trying to automate this I would need to:
If I could get 2 available CIDRs at once I could pass the array of CIDRs to terraform/ARM and create them in one step.
Hopefully that makes sense! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions