elsudano / terraform-provider-vmworkstation

VmWare Workstation Pro provider for Terraform
MIT License
51 stars 18 forks source link

[Provisionning] Cloud-Init #18

Open sticky-note opened 4 months ago

sticky-note commented 4 months ago

Hello @elsudano I open this feature request (as requested in #12) to implement cloud-init provisionning after cloning a machine. There is a little tutorial here: https://www.gwbasics.be/2023/04/cloud-init.html

The concept in the provider side may be simply to generate a seed.iso file with a Yaml File inside, feeded by values in vmworkstation_vm resource and attach it to the VM before cloning.

elsudano commented 3 months ago

Hi @sticky-note

Thanks to open this issue, after to reviewed the documentation that you shared and more, I have decided don't implement that for few reasons, let me explain:

I hope these point will be enough to explain the reasons why I can't implement this feature.

I will leave this issue open in order to inform at all users.