https://github.com/andrewarrow/wolfservers/blob/main/linode/create.go
https://github.com/andrewarrow/wolfservers/blob/main/vultr/create.go
https://github.com/andrewarrow/wolfservers/blob/main/digitalocean/create.go
Notice how each is slightly different and they don't all agree on the image name for some standard image and size. I'm wondering fellow hackers, has anyone taken this type of project on and made progress to have a standard way to make a VM? i.e. I should be able to spin up a VM at digitalocean setup just the way I want and then, boom, do the same thing at vultr without any extra work. The end goal being to run my code on these VMs directly, avoiding the extra layer of a container running inside them.