terra-farm / terraform-provider-virtualbox

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

OVF file is not used to create resource #100

Closed emo3 closed 3 years ago

emo3 commented 3 years ago

Within the code of resource_vm.go. A new resource VM ovf is created. Why could the code not read in the current OVF file and allow for the variables within the program to be overlayed and any other variables keep?

VoyTechnology commented 3 years ago

The functionality to add custom disks rather than create during VM creation are part of #49. If you don't mind please add this comment to the issue, and I will close this one.