dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.54k stars 457 forks source link

Update SDK to v2 #969

Closed dmacvicar closed 1 year ago

dmacvicar commented 1 year ago

This PR updates the SDK to v2, which meant lot of porting, missing features and bubbled bugs catched by the new SDK.

Changes that were required to upgrade the SDK:

Future work could be to port the Create/Read/etc functions to their new equivalents, which have better support for Context and Diagnostics.