Is it possible to use pulumi to automate creating ...
# general
p
Is it possible to use pulumi to automate creating virtual machines on a local machine hyper-v instance? e.g. for creating test VMs for developers?
s
havent ever seen any hyper-v or windows plugins, maybe vagrant or ansible would be more for this ?
p
I did a search as well and couldn't find anything. Just thought it would be really smooth to be able to use pulumi for this use case as well.
b
@polite-summer-58169 From my perspective the most feature complete and maintained Terraform Provider is https://registry.terraform.io/providers/taliesins/hyperv/latest Since you can automatically wrap Terraform providers you could give it shot https://www.pulumi.com/blog/any-terraform-provider/
p
Nice! Thanks Thomas, I will give that a go!