diff --git a/website/source/docs/builders/amazon-chroot.html.markdown b/website/source/docs/builders/amazon-chroot.html.markdown index a1ef7a0ae..3097d9430 100644 --- a/website/source/docs/builders/amazon-chroot.html.markdown +++ b/website/source/docs/builders/amazon-chroot.html.markdown @@ -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 diff --git a/website/source/docs/builders/amazon-ebs.html.markdown b/website/source/docs/builders/amazon-ebs.html.markdown index 855c123ab..ba69493b9 100644 --- a/website/source/docs/builders/amazon-ebs.html.markdown +++ b/website/source/docs/builders/amazon-ebs.html.markdown @@ -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 diff --git a/website/source/docs/builders/amazon-instance.html.markdown b/website/source/docs/builders/amazon-instance.html.markdown index 5e43e32f2..07f925dd8 100644 --- a/website/source/docs/builders/amazon-instance.html.markdown +++ b/website/source/docs/builders/amazon-instance.html.markdown @@ -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