Description on imported AMIs is not actually empty, it's set by AMI importer
This commit is contained in:
parent
c22b97dd43
commit
a0e179b556
|
@ -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_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
|
## Basic Example
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue