mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Fix typo in docs (#11734)
This commit is contained in:
parent
1dd7532846
commit
7d9c6fb795
5 changed files with 5 additions and 5 deletions
|
|
@ -96,7 +96,7 @@ Optional parameters:
|
|||
|
||||
- `env` (map of strings) - A map of key/value pairs to inject prior to the
|
||||
execute_command. Packer injects some environmental variables by default into
|
||||
the environment, as well, which are covered in the section below. Duplciate
|
||||
the environment, as well, which are covered in the section below. Duplicate
|
||||
`env` settings override `environment_vars` settings.
|
||||
|
||||
- `environment_vars` (array of strings) - An array of key/value pairs to
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ provisioner "powershell" {
|
|||
|
||||
- `env` (map of strings) - A map of key/value pairs to inject prior to the
|
||||
execute_command. Packer injects some environmental variables by default into
|
||||
the environment, as well, which are covered in the section below. Duplciate
|
||||
the environment, as well, which are covered in the section below. Duplicate
|
||||
`env` settings override `environment_vars` settings. This is not a JSON
|
||||
template engine enabled function. HCL interpolation works as usual.
|
||||
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ Optional parameters:
|
|||
|
||||
- `env` (map of strings) - A map of key/value pairs to inject prior to the
|
||||
execute_command. Packer injects some environmental variables by default into
|
||||
the environment, as well, which are covered in the section below. Duplciate
|
||||
the environment, as well, which are covered in the section below. Duplicate
|
||||
`env` settings override `environment_vars` settings.
|
||||
|
||||
- `environment_vars` (array of strings) - An array of key/value pairs to
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ provisioner "shell" {
|
|||
|
||||
- `env` (map of strings) - A map of key/value pairs to inject prior to the
|
||||
execute_command. Packer injects some environmental variables by default into
|
||||
the environment, as well, which are covered in the section below. Duplciate
|
||||
the environment, as well, which are covered in the section below. Duplicate
|
||||
`env` settings override `environment_vars` settings.
|
||||
|
||||
- `environment_vars` (array of strings) - An array of key/value pairs to
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ provisioner "windows-shell" {
|
|||
|
||||
- `env` (map of strings) - A map of key/value pairs to inject prior to the
|
||||
execute_command. Packer injects some environmental variables by default into
|
||||
the environment, as well, which are covered in the section below. Duplciate
|
||||
the environment, as well, which are covered in the section below. Duplicate
|
||||
`env` settings override `environment_vars` settings.
|
||||
|
||||
- `environment_vars` (array of strings) - An array of key/value pairs to
|
||||
|
|
|
|||
Loading…
Reference in a new issue