Merge pull request #3819 from sourabhpawar/patch-1
Note added: Command line var on Windows
This commit is contained in:
commit
5353cda7a2
|
@ -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' \
|
||||
|
|
Loading…
Reference in New Issue