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

Make libvirt_domain's `filesystem` to behave like a `disk` #877

Open jay7x opened 2 years ago

jay7x commented 2 years ago

Hi! I just found I cannot use list of maps for filesystem parameter like I can do for a disk e.g. This makes things complicated as libvirt_domain resource is wrapped into module here. So I cannot just pass list of filesystems as a variable to use it in a domain easily. I'm not sure is it bug or feature though.

I'm using dmacvicar/libvirt v0.6.10.