website: update device_name parameter description

Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
This commit is contained in:
Mikhail Ushanov 2018-10-12 23:04:47 +03:00
parent ee133482b4
commit e8e0810f14
5 changed files with 10 additions and 5 deletions

View File

@ -169,7 +169,8 @@ each category, the available configuration keys are alphabetized.
every build.
- `device_name` (string) - The device name exposed to the instance (for
example, `/dev/sdh` or `xvdh`). Required when specifying `volume_size`.
example, `/dev/sdh` or `xvdh`). Required for every device in the
block device mapping.
- `encrypted` (boolean) - Indicates whether to encrypt the volume or not

View File

@ -83,7 +83,8 @@ builder.
every build.
- `device_name` (string) - The device name exposed to the instance (for
example, `/dev/sdh` or `xvdh`). Required when specifying `volume_size`.
example, `/dev/sdh` or `xvdh`). Required for every device in the
block device mapping.
- `encrypted` (boolean) - Indicates whether to encrypt the volume or not

View File

@ -76,7 +76,8 @@ builder.
every build.
- `device_name` (string) - The device name exposed to the instance (for
example, `/dev/sdh` or `xvdh`). Required when specifying `volume_size`.
example, `/dev/sdh` or `xvdh`). Required for every device in the
block device mapping.
- `encrypted` (boolean) - Indicates whether to encrypt the volume or not

View File

@ -63,7 +63,8 @@ builder.
device mappings to the AMI. The block device mappings allow for keys:
- `device_name` (string) - The device name exposed to the instance (for
example, `/dev/sdh` or `xvdh`). Required when specifying `volume_size`.
example, `/dev/sdh` or `xvdh`). Required for every device in the
block device mapping.
- `delete_on_termination` (boolean) - Indicates whether the EBS volume is
deleted on instance termination.

View File

@ -105,7 +105,8 @@ builder.
every build.
- `device_name` (string) - The device name exposed to the instance (for
example, `/dev/sdh` or `xvdh`). Required when specifying `volume_size`.
example, `/dev/sdh` or `xvdh`). Required for every device in the
block device mapping.
- `encrypted` (boolean) - Indicates whether to encrypt the volume or not