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

Datasource libvirt volume #987

Open jbeisser opened 1 year ago

jbeisser commented 1 year ago

Goal here is pretty simple: enable a volume in a specific pool to be used as a backing volume without having to use a resource.

Code is mostly lifted from volume.go. It doesn't yet work, but does compile...

fzipi commented 11 months ago

Hey, this is really useful! Can you push it to the finish line?

michaelbeaumont commented 8 months ago

@jbeisser WDYT? We can get this merged

jbeisser commented 8 months ago

I'd have to dig this back up, and make it work against the current provider version.