packer-plugin-hyperv icon indicating copy to clipboard operation
packer-plugin-hyperv copied to clipboard

Hyper v multiple switches

Open galthaus opened this issue 1 year ago • 2 comments

This adds ability to specify additional network adapter configurations. The existing templates should work in a backwards compatible way.

switch_config {
  switch_name = "Default Switch"
}

switch_config {
  switch_name = "sw1"
  switch_type = "Internal"
}

adapter_config {
  switch_name = "Default Switch"
}

adapter_config {
  name = "nic1"
  swich_name = "sw1"
}

Closes #86 Closes #114

galthaus avatar Mar 20 '24 22:03 galthaus

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Mar 20 '24 22:03 hashicorp-cla