dariusbakunas / terraform-provider-truenas

Experimental terraform provider to manage TrueNAS server
MIT License
72 stars 16 forks source link

Provisioning VMs #21

Open Fenikkusu opened 11 months ago

Fenikkusu commented 11 months ago

I'm curious as to how people are provisioning their VMs using this provider.

Ideally, I'm trying to provision a VM that is running Flatcar to use as an in-house K3S/K8S Cluster for Development Purposes. Right now, I have to manually create the VM, use Ubuntu Server in Live/Shell Mode to ssh to another server and download the Flatcar Ignition File, install the flatcar-install utility, and then install against the VM.

Flatcar is perfect for the Terraform IaC, so I'd love to get this all under Terraform