Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Issues #25 - Utilize Network Allocate Function #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Issues #25 - Utilize Network Allocate Function #26

wants to merge 1 commit into from

Conversation

donwlewis
Copy link

Fixes #25

I started this as a separate resource called infoblox_network_allocation following the naming convention of the infoblox_ip_allocation. The file is essentially a copy of the infoblox_network resource, so I there could be some improvements and consolidation that could happen. I am just not sure exactly how as I am new to provider development.

Since the new provider is affectively using the same functions and the network create provider for Delete, Update, and Read functions, it would probably make more sense to use the function in the infoblox_network provider instead of rewriting them in this provider since they would essentially be the same.

I have some done some testing with this, and it seems to work fine. If you would like for me to write a go test for it as well, I can work on that too.

Any feedback you might have will be appreciated!

@ghost ghost added the size/L label Oct 11, 2020
@AvRajath
Copy link
Contributor

Was this tested in your environment?

@donwlewis
Copy link
Author

Yes I tested in my environment, and Create/Delete work fine, but I did not test the read. Not sure read entirely makes sense for this function.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Utilize function AllocateNetwork
2 participants