Merge pull request #7219 from hashicorp/update_docs

add docs for recently-merged -version option for hyperv
This commit is contained in:
Adrien Delorme 2019-01-23 12:15:07 +01:00 committed by GitHub
commit 698d7accb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,9 @@ builder.
Packer to wait for 1 minute 30 seconds before typing the boot command.
The default duration is "10s" (10 seconds).
- `configuration_version` - This allows you to set the vm version when
calling New-VM to generate the vm.
- `cpu` (number) - The number of CPUs the virtual machine should use. If
this isn't specified, the default is 1 CPU.

View File

@ -125,6 +125,9 @@ builder.
Where $copy is replaced with either true or false depending on the value of
"copy_in_compare".
- `configuration_version` - This allows you to set the vm version when
calling New-VM to generate the vm.
- `cpu` (number) - The number of CPUs the virtual machine should use. If
this isn't specified, the default is 1 CPU.