Can Terraform be used to provision a Hyper-V machine

Hello, I am reading the book Terraform Up & Running and it says that Terraform can be used to provision infrastructure on virtualization platforms such as OpenStack and VMWare. My question is if it can also be used to provision Microsoft Hyper-V machines?

Thanks in advance!

Tim

There is a HyperV provider here which may solve for your needs. It’s not quite production ready yet according to the repo’s README, but it does seem to be maintained. Note the process for invoking custom providers.

Thank you so much!

Tim