terraform-provider-hyperv
terraform-provider-hyperv copied to clipboard
Terraform provider for Hyper-V. ❌ No longer maintained ❌
Being new to terraform can i ask what the state of this windows 2019[/2016] server hyper-v provider is and if it is a wrapper around the powershell cmdlet executed remotely...
Morning Flynn, I'm deploying some Ubuntu VMs to a Server 2012 R2 Hyper-V host and I've set the disable_secure_boot to true but Secure Boot is still enabled. So Ubuntu won't...
Setting Mac Address doesn't work on network_adapter. Still uses Hyper-V dynamic MACs. It accepts the MAC in the schema but doesn't apply it.
The parameter Processors doesn't seem to change the number of CPUs from anything other than 1.
vlan_id doesn't appear to work either.
Corrected module paths Add MAC validation to Network Switch MAC address Fixed CPU not being set correctly Changed Processors back to CPU (inline with Packer config) Fixed Secure Boot parameter...
It would be awesome to create new VMs from VMCX-Files instead ISOs. Like this: ``` Import-VM -Path 'C:\Hyper-V_VM\Base_Images\$VMCXPath' -Copy -GenerateNewId -VirtualMachinePath "C:\Hyper-V_VM\Virtual Machines\$VMName\" -VhdDestinationPath "C:\Hyper-V_VM\Virtual Machines\$VMName\" -OutVariable createdVM -ErrorAction Stop...
I'm not sure if this is possible with Hyper-V but being able to create an External switch would be incredibly useful. Cheers!
**Hi there,** is it somehow possible to run this plugin on MacOS? I got PowerShell installed (https://github.com/PowerShell) but there is probably some kind of requirement checking, whenever I try to...