From e75ce84176511e2e9518f70050412315696729d9 Mon Sep 17 00:00:00 2001 From: Sander Knape Date: Fri, 11 Mar 2016 11:04:19 +0100 Subject: [PATCH] Fix incorrect amazon-ebs property in documentation --- website/source/docs/builders/amazon-ebs.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon-ebs.html.markdown b/website/source/docs/builders/amazon-ebs.html.markdown index 99b1684c4..863d2791b 100644 --- a/website/source/docs/builders/amazon-ebs.html.markdown +++ b/website/source/docs/builders/amazon-ebs.html.markdown @@ -138,7 +138,8 @@ builder. - `run_tags` (object of key/value strings) - Tags to apply to the instance that is *launched* to create the AMI. These tags are *not* applied to the resulting AMI unless they're duplicated in `tags`. -- `volume_run_tags` (object of key/value strings) - Tags to apply to the volumes + +- `run_volume_tags` (object of key/value strings) - Tags to apply to the volumes that are *launched* to create the AMI. These tags are *not* applied to the resulting AMI unless they're duplicated in `tags`.