@ddelnano I've been using terraform import to extract configuration data from xo.
When I run something like terraform import xenorchestra_vm.vm1 <UUID of actual VM> it completes successfully but when I run terraform plan it reports lots of errors.
The Missing required argument errors can be removed by adding dummy values to the resource eg (cpus = 0).
There are also Insufficient disk blocks and Insufficient network blocks errors.
When I examine the terraform.tfstate file, all that config is there (including the missing arguments).
I'm at a bit of a loss to understand wehat's (not) going on here.