More neutral wording clearly refering to docs.

This commit is contained in:
Iain Elder 2016-11-26 18:58:56 +01:00
parent db63ee3507
commit b18152ca77
1 changed files with 2 additions and 4 deletions

View File

@ -114,10 +114,8 @@ 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:** For the tutorial it is convenient to use the credentials in the
command line. However, it is potentially insecure. [Learn how to set this
securely](/docs/builders/amazon.html#specifying-amazon-credentials). For
example, with a credentials profile, you can do this:
`AWS_PROFILE=testing packer build example.json`.
command line. However, it is potentially insecure. See our documentation for
other ways to [specify Amazon credentials](/docs/builders/amazon.html#specifying-amazon-credentials).
-> **Note:** When using packer on Windows, replace the single-quotes in the
command below with double-quotes.