terra-farm / terraform-provider-virtualbox

VirtualBox provider for Terraform
https://terra-farm.github.io/provider-virtualbox/
MIT License
323 stars 136 forks source link

virtualbox_disk Data Source #118

Open VoyTechnology opened 2 years ago

VoyTechnology commented 2 years ago

At the moment we only accept the disk to be passed in as a image argument. This means that if the user already has an image to be attached to the machine, they cannot do so. Adding virtualbox_disk data source means that the user can use an existing disk and attach it to the controller which can then be attached to the given VM.