website: update device_name parameter description
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
This commit is contained in:
parent
ee133482b4
commit
e8e0810f14
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue