Description on imported AMIs is not actually empty, it's set by AMI importer

This commit is contained in:
Zanetti, David 2016-11-29 16:58:14 +13:00
parent c22b97dd43
commit a0e179b556
1 changed files with 1 additions and 1 deletions

View File

@ -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