hashicorp / terraform-provider-infoblox

This provider has moved to https://github.com/infobloxopen/terraform-provider-infoblox
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
12 stars 22 forks source link

Utilize function AllocateNetwork #25

Open donwlewis opened 4 years ago

donwlewis commented 4 years ago

The infoblox go client has a function called AllocateNetwork. It would be great if we could get this to function the same as IP allocation for this provider.

donwlewis commented 4 years ago

I would be willing to help develop this if I could get some guidance. I already have it working, but not sure if its the correct path.

AvRajath commented 4 years ago

Is the code available in your forked repo? You may go ahead and raise a PR if you think it works fine. Will update if there are any comments based on looking at your changes. Please do a round of testing so that nothing breaks.

donwlewis commented 4 years ago

Will do thanks.

AliaksandrDziarkach commented 4 years ago

Added in PR #30 and #32