From 8585e0ebf5a9a83afe32064eeb16d29210d6fd1a Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 16 Oct 2017 13:27:26 -0700 Subject: [PATCH] doc improvements --- website/source/docs/builders/amazon-chroot.html.md | 9 ++++----- website/source/docs/builders/amazon-ebs.html.md | 6 +++--- website/source/docs/builders/amazon-ebssurrogate.html.md | 6 +++--- website/source/docs/builders/amazon-ebsvolume.html.md | 6 +++--- website/source/docs/builders/amazon-instance.html.md | 6 +++--- 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index 90da1a8f7..c0dec7eac 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -95,8 +95,7 @@ each category, the available configuration keys are alphabetized. depending on the size of the AMI, but will generally take many minutes. - `ami_users` (array of strings) - 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. + launch the resulting AMI(s). By default no additional users other than the user creating the AMI has permissions to launch it. - `ami_virtualization_type` (string) - The type of virtualization for the AMI you are building. This option is required to register HVM images. Can be @@ -120,9 +119,9 @@ each category, the available configuration keys are alphabetized. copying `/etc/resolv.conf`. You may need to do this if you're building an image that uses systemd. -- `custom_endpoint_ec2` (string) - this option is useful if you use - another cloud provider that provide a compatible API with aws EC2, - specify another endpoint like this "..com" +- `custom_endpoint_ec2` (string) - This option is useful if you use a cloud + provider whose API is compatible with aws EC2. Specify another endpoint + like this `https://ec2.custom.endpoint.com`. - `device_path` (string) - The path to the device where the root volume of the source AMI will be attached. This defaults to "" (empty string), which diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index db438116d..90f7ee05e 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -143,9 +143,9 @@ builder. - `availability_zone` (string) - Destination availability zone to launch instance in. Leave this empty to allow Amazon to auto-assign. -- `custom_endpoint_ec2` (string) - this option is useful if you use - another cloud provider that provide a compatible API with aws EC2, - specify another endpoint like this "..com" +- `custom_endpoint_ec2` (string) - This option is useful if you use a cloud + provider whose API is compatible with aws EC2. Specify another endpoint + like this `https://ec2.custom.endpoint.com`. - `disable_stop_instance` (boolean) - Packer normally stops the build instance after all provisioners have run. For Windows instances, it is sometimes diff --git a/website/source/docs/builders/amazon-ebssurrogate.html.md b/website/source/docs/builders/amazon-ebssurrogate.html.md index 57fd3408b..4965c426e 100644 --- a/website/source/docs/builders/amazon-ebssurrogate.html.md +++ b/website/source/docs/builders/amazon-ebssurrogate.html.md @@ -136,9 +136,9 @@ builder. - `availability_zone` (string) - Destination availability zone to launch instance in. Leave this empty to allow Amazon to auto-assign. -- `custom_endpoint_ec2` (string) - this option is useful if you use - another cloud provider that provide a compatible API with aws EC2, - specify another endpoint like this "..com" +- `custom_endpoint_ec2` (string) - This option is useful if you use a cloud + provider whose API is compatible with aws EC2. Specify another endpoint + like this `https://ec2.custom.endpoint.com`. - `disable_stop_instance` (boolean) - Packer normally stops the build instance after all provisioners have run. For Windows instances, it is sometimes diff --git a/website/source/docs/builders/amazon-ebsvolume.html.md b/website/source/docs/builders/amazon-ebsvolume.html.md index 78a9815e9..85024fcad 100644 --- a/website/source/docs/builders/amazon-ebsvolume.html.md +++ b/website/source/docs/builders/amazon-ebsvolume.html.md @@ -96,9 +96,9 @@ builder. - `availability_zone` (string) - Destination availability zone to launch instance in. Leave this empty to allow Amazon to auto-assign. -- `custom_endpoint_ec2` (string) - this option is useful if you use - another cloud provider that provide a compatible API with aws EC2, - specify another endpoint like this "..com" +- `custom_endpoint_ec2` (string) - This option is useful if you use a cloud + provider whose API is compatible with aws EC2. Specify another endpoint + like this `https://ec2.custom.endpoint.com`. - `ebs_optimized` (boolean) - Mark instance as [EBS Optimized](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html). diff --git a/website/source/docs/builders/amazon-instance.html.md b/website/source/docs/builders/amazon-instance.html.md index 17be8a297..613d4ed97 100644 --- a/website/source/docs/builders/amazon-instance.html.md +++ b/website/source/docs/builders/amazon-instance.html.md @@ -181,9 +181,9 @@ builder. - `bundle_vol_command` (string) - The command to use to bundle the volume. See the "custom bundle commands" section below for more information. -- `custom_endpoint_ec2` (string) - this option is useful if you use - another cloud provider that provide a compatible API with aws EC2, - specify another endpoint like this "..com" +- `custom_endpoint_ec2` (string) - This option is useful if you use a cloud + provider whose API is compatible with aws EC2. Specify another endpoint + like this `https://ec2.custom.endpoint.com`. - `ebs_optimized` (boolean) - Mark instance as [EBS Optimized](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html).