Love seeing some mcl! You can also do:
import "git://github.com/purpleidea/mgmt/modules/virtualization/"
include virtualization.vm("test1", struct{
#sshkey => ...,
index => 42,
distro_uid => "fedora42-x86_64",
root_password_selector => "password:hunter2",
seeds => [fmt.printf("http://%s:2379", $etcd_ip),],
})
You'll need to set module path stuff though, which is not well documented atm :/


