infobloxopen / infoblox-go-client

Infoblox NIOS WAPI Go Client library
Apache License 2.0
35 stars 88 forks source link

Is this project active? #82

Closed vamme closed 3 years ago

vamme commented 5 years ago

Hi, is this project active? Is there any work happening to e.g. add update support for DNS records?

This is not great: https://github.com/infobloxopen/terraform-provider-infoblox/blob/ffd58a18c23af88c1265df8cb284acfea4664b16/infoblox/resourceARecord.go#L121

saiprasannasastry commented 5 years ago

@nulldowntime the use case for terraform provider was to provide VM's to IP for the VM's created , in that scenario we dont want to update the DNS name once VM has been created, hence the update was not implemented

vamme commented 5 years ago

OK, I understand you didn't need it specifically for Terraform, but what about general functionality of the go client? Surely making it "fully-featured" would make sense?

It would be great to know if further development, especially around DNS records updates, is planned, some timelines, etc.

Thanks in advance!

saiprasannasastry commented 5 years ago

cant provide strict timeline , but will make sure the project is active and also try to write the update calls for existing DNS functionality

saiprasannasastry commented 5 years ago

FYI Working on the enhancments

somashekhar commented 3 years ago

Hi @nulldowntime we have added some new capabilities under develop branch for go-client and Terraform, which you may be interested in. You can test the same and provide feedback.

somashekhar commented 3 years ago

The newly added features are available at master branch. Will be available as part of v2.0.0.

Feel free to raise a request if you have any other specific requirements.