Merge pull request #3819 from sourabhpawar/patch-1

Note added: Command line var on Windows
This commit is contained in:
Paul Stack 2016-08-23 18:03:00 +01:00 committed by GitHub
commit 5353cda7a2
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ With a properly validated template. It is time to build your first image. This
is done by calling `packer build` with the template file. The output should look
similar to below. Note that this process typically takes a few minutes.
-> **Note:** When using packer on Windows, replace the single-quotes in the
command below with double-quotes.
``` {.text}
$ packer build \
-var 'aws_access_key=YOUR ACCESS KEY' \