From a0e179b556a1d711b855cc94b9b85f843bd51957 Mon Sep 17 00:00:00 2001 From: "Zanetti, David" Date: Tue, 29 Nov 2016 16:58:14 +1300 Subject: [PATCH] Description on imported AMIs is not actually empty, it's set by AMI importer --- website/source/docs/post-processors/amazon-import.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/post-processors/amazon-import.html.md b/website/source/docs/post-processors/amazon-import.html.md index 8e6ee00ca..618a9516e 100644 --- a/website/source/docs/post-processors/amazon-import.html.md +++ b/website/source/docs/post-processors/amazon-import.html.md @@ -55,7 +55,7 @@ Optional: - `ami_groups` (array of strings) - A list of groups that have access to launch the imported AMI. By default no groups have permission to launch the AMI. `all` will make the AMI publically accessible. AWS currently doesn't accept any value other than "all". -- `ami_description` (string) - The description to set for the resulting imported AMI. By default this description is empty. +- `ami_description` (string) - The description to set for the resulting imported AMI. By default this description is generated by the AMI import process. ## Basic Example