diff --git a/website/source/docs/builders/amazon-chroot.html.markdown b/website/source/docs/builders/amazon-chroot.html.markdown index 72d87ec4c5046f6c409f7ac8dd3b24d0b267794f..9504b7cbb979f8be2fd9137736297741db825106 100644 --- a/website/source/docs/builders/amazon-chroot.html.markdown +++ b/website/source/docs/builders/amazon-chroot.html.markdown @@ -78,6 +78,21 @@ Required: Optional: +* `ami_description` (string) - The description to set for the resulting + AMI(s). By default this description is empty. + +* `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. + +* `ami_product_codes` (array of string) - A list of product codes to + associate with the AMI. By default no product codes are associated with + the AMI. + +* `ami_users` (array of string) - A list of account IDs that have access + to launch the resulting AMI(s). By default no additional users other than the user + creating the AMI has permissions to launch it. + * `chroot_mounts` (list of list of strings) - This is a list of additional devices to mount into the chroot environment. This configuration parameter requires some additional documentation which is in the "Chroot Mounts" section diff --git a/website/source/docs/builders/amazon-ebs.html.markdown b/website/source/docs/builders/amazon-ebs.html.markdown index cff346632cb765f48923aafafa01ce38f4bd2104..a01cbf02417eb9f2acbd6fdc26886847087c5d85 100644 --- a/website/source/docs/builders/amazon-ebs.html.markdown +++ b/website/source/docs/builders/amazon-ebs.html.markdown @@ -58,6 +58,21 @@ Required: Optional: +* `ami_description` (string) - The description to set for the resulting + AMI(s). By default this description is empty. + +* `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. + +* `ami_product_codes` (array of string) - A list of product codes to + associate with the AMI. By default no product codes are associated with + the AMI. + +* `ami_users` (array of string) - A list of account IDs that have access + to launch the resulting AMI(s). By default no additional users other than the user + creating the AMI has permissions to launch it. + * `iam_instance_profile` (string) - The name of an [IAM instance profile](http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html) to launch the EC2 instance with. diff --git a/website/source/docs/builders/amazon-instance.html.markdown b/website/source/docs/builders/amazon-instance.html.markdown index 58f57c0345a6c04f93ddbf73b349528b62c9c194..01dc61082057f84d2a3deecd700035cd662a5b8a 100644 --- a/website/source/docs/builders/amazon-instance.html.markdown +++ b/website/source/docs/builders/amazon-instance.html.markdown @@ -73,6 +73,21 @@ Required: Optional: +* `ami_description` (string) - The description to set for the resulting + AMI(s). By default this description is empty. + +* `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. + +* `ami_product_codes` (array of string) - A list of product codes to + associate with the AMI. By default no product codes are associated with + the AMI. + +* `ami_users` (array of string) - A list of account IDs that have access + to launch the resulting AMI(s). By default no additional users other than the user + creating the AMI has permissions to launch it. + * `bundle_destination` (string) - The directory on the running instance where the bundled AMI will be saved prior to uploading. By default this is "/tmp". This directory must exist and be writable.