Adding docs to #645 on the website

Setting `"ami_groups": ["all"]` will make the AMI publicly accessible.
Correcting website docs for this.
This commit is contained in:
Prasanna Santhanam 2014-02-18 17:03:28 +05:30
parent 1a57e38963
commit 7394d00e67
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ Optional:
* `ami_groups` (array of string) - A list of groups that have access
to launch the resulting AMI(s). By default no groups have permission
to launch the AMI.
to launch the AMI. `all` will make the AMI publicly accessible.
* `ami_product_codes` (array of string) - A list of product codes to
associate with the AMI. By default no product codes are associated with

View File

@ -69,7 +69,7 @@ Optional:
* `ami_groups` (array of string) - A list of groups that have access
to launch the resulting AMI(s). By default no groups have permission
to launch the AMI.
to launch the AMI. `all` will make the AMI publicly accessible.
* `ami_product_codes` (array of string) - A list of product codes to
associate with the AMI. By default no product codes are associated with

View File

@ -92,7 +92,7 @@ Optional:
* `ami_groups` (array of string) - A list of groups that have access
to launch the resulting AMI(s). By default no groups have permission
to launch the AMI.
to launch the AMI. `all` will make the AMI publicly accessible.
* `ami_product_codes` (array of string) - A list of product codes to
associate with the AMI. By default no product codes are associated with