terra-farm / terraform-provider-virtualbox

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

add support for a cloud init disk #78

Closed rgl closed 4 years ago

rgl commented 4 years ago

It would be nice to have a way to create a cloud init disk, e.g., a virtualbox_cloudinit_disk resource, that would work alike libvirt_cloudinit_disk

VoyTechnology commented 4 years ago

I am going to close it in favour of #49, since we already plan on adding disks as its own resource. The provider already has support for providing user_data: https://github.com/terra-farm/terraform-provider-virtualbox/blob/master/virtualbox/resource_vm.go#L89 (but I'm not 100% does it work ATM).