Open alexs77 opened 1 year ago
I think this is currently fixed - could you verify and close the issue if it is?
this section is still there in the documentation, as of 2024-09-04 05:04 UTC.
Referring to this part:
resource "libvirt_domain" "my_machine" {
...
disk = [
{
volume_id = libvirt_volume.volume1.id
},
{
volume_id = libvirt_volume.volume2.id
}
]
}
I cannot currently check whether that's working or not.
Ah yes, I see it know - documentation is not consistent, thanks for point that one out.
System Information
Linux distribution
Red Hat Enterprise Linux release 8.8 (Ootpa)
Terraform version
Provider and libvirt versions
Checklist
[ ] Is your issue/contribution related with enabling some setting/option exposed by libvirt that the plugin does not yet support, or requires changing/extending the provider terraform schema?
[X] Is it a bug or something that does not work as expected? Please make sure you fill the version information below:
Description of Issue/Question
Setup
Steps to Reproduce Issue
Per the libvirt_domain documentation, the
disk = […]
should be correct. However,terraform plan
throws an error:I'm referring to this part of the documentation.
The same issue might also be true for eg.
cmdline
. Have not checked this.Additional information:
n/a