From 3897865f3fd72aec8686802a132730c137fb3bb5 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 20 Jul 2020 18:02:31 -0700 Subject: [PATCH] Update website/pages/docs/builders/amazon/ebs.mdx Co-authored-by: Adrien Delorme --- website/pages/docs/builders/amazon/ebs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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