terraform xenorchestra_vm: missing name_description for disk
- 
 Would be nice to have an option to specify disk description in the terraform script. 
 Something like:resource "xenorchestra_vm" "vm1" { ... disk { sr_id = "111111111-22222-333-444-555555555" name_label = var.vm_name name_description = "MY DISK DESCRIPTION" size = 21474836480 } }Thank you. 
- 
 Edited your post to use the correct Markdown syntax  The terraform script is community maintained for now, it might be a better idea to create an issue on the original repo. I don't remember if he's here on the forum. 
- 
 
- 
 Great! thanks  
