diff --git a/website/pages/docs/builders/amazon/ebs.mdx b/website/pages/docs/builders/amazon/ebs.mdx index 237bdc5c2..431709671 100644 --- a/website/pages/docs/builders/amazon/ebs.mdx +++ b/website/pages/docs/builders/amazon/ebs.mdx @@ -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