vatesfr / terraform-provider-xenorchestra

Xen Orchestra provider for Terraform
MIT License
150 stars 33 forks source link

Use the upstream extracted Go SDK for XenOrchestra #174

Closed ringods closed 9 months ago

ringods commented 2 years ago

Fixes #173

The Go SDK for XenOrchestra has been extracted to https://github.com/vatesfr/xo-sdk-go. In this pull request, I change this TF provider to start using this extracted provider.

ddelnano commented 2 years ago

Thanks for opening this. I'm trying to prioritize getting #175 merged so I can release the provider (since it's been a while since the last release). That will require a minor change to the vatesfr/xo-sdk-go client. I'll follow up with that small change and run it against the provider's test suite tomorrow.

4censord commented 1 year ago

In #213 and #195 I did some minor changes to the client. Should I open those as separate PRs against the extracted client SDK?

ddelnano commented 1 year ago

Sorry for the delay, but I'll be giving your PRs a look this week.