website: Fix typo in docs [GH-340]
This commit is contained in:
parent
6f1675ab6b
commit
d08019c1a7
|
@ -52,7 +52,7 @@ below, with more details about certain options in following sections.
|
||||||
[configuration template](/docs/templates/configuration-templates.html).
|
[configuration template](/docs/templates/configuration-templates.html).
|
||||||
The variable `Provider` is replaced by the Vagrant provider the box is for.
|
The variable `Provider` is replaced by the Vagrant provider the box is for.
|
||||||
The variable `ArtifactId` is replaced by the ID of the input artifact.
|
The variable `ArtifactId` is replaced by the ID of the input artifact.
|
||||||
By default, the value of this config is `packer_{{.Provider}}.box`.
|
By default, the value of this config is `packer_{{.BuildName}}_{{.Provider}}.box`.
|
||||||
|
|
||||||
* `aws`, `virtualbox`, or `vmware` (objects) - These are used to configure
|
* `aws`, `virtualbox`, or `vmware` (objects) - These are used to configure
|
||||||
the specific options for certain providers. A reference of available
|
the specific options for certain providers. A reference of available
|
||||||
|
|
Loading…
Reference in New Issue