terraform-provider-virtualbox
terraform-provider-virtualbox copied to clipboard
feat: allow setting vm firmware
Hi, As stated in https://github.com/terra-farm/go-virtualbox/pull/28 I need this to create VMs which only support EFI boot, which is now working with these changes. Thank you, Thomas
The changes you added look good, but what is missing is adding the ability to read the firmware back in
resourceVMRead
function.if err = d.Set("firmware", vm.Firmware); err != nil { return diag.Errorf("can't set firmware: %v", err) }
Uh, good catch, I missed that, sorry. Also done with the latest changes.
HI @VoyTechnology, Any chance to get this merged in the near future? Thanks, Thomas