Update website/pages/docs/builders/amazon/ebs.mdx
Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
This commit is contained in:
parent
6bb23eeb0e
commit
3897865f3f
|
@ -289,7 +289,7 @@ These source AMIs may include volumes that are not flagged to be destroyed on
|
|||
termination of the instance building the new image. Packer will attempt to
|
||||
clean up all residual volumes that are not designated by the user to remain
|
||||
after termination. If you need to preserve those source volumes, you can
|
||||
overwrite the termination setting by specifying `delete_on_termination=false`
|
||||
overwrite the termination setting by setting `delete_on_termination` to `false`
|
||||
in the `launch_block_device_mappings` block for the device.
|
||||
|
||||
## Build template data
|
||||
|
|
Loading…
Reference in New Issue