diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index 92835414b..f04abf8a7 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -120,6 +120,10 @@ 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 "https://ec2.another.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 forces Packer to find an open device automatically. @@ -278,10 +282,6 @@ each category, the available configuration keys are alphabetized. `BuildRegion` variable is replaced with name of the region where this is built. -- `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 "https://ec2.another.endpoint..com" - ## Basic Example Here is a basic example. It is completely valid except for the access keys: diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index ba7e614be..43851c2fc 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -143,6 +143,10 @@ 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 "https://ec2.another.endpoint..com" + - `disable_stop_instance` (boolean) - Packer normally stops the build instance after all provisioners have run. For Windows instances, it is sometimes desirable to [run Sysprep](http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ami-create-standard.html) @@ -334,10 +338,6 @@ builder. - `windows_password_timeout` (string) - The timeout for waiting for a Windows password for Windows instances. Defaults to 20 minutes. Example value: `10m` -- `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 "https://ec2.another.endpoint..com" - ## Basic Example Here is a basic example. You will need to provide access keys, and may need to diff --git a/website/source/docs/builders/amazon-ebssurrogate.html.md b/website/source/docs/builders/amazon-ebssurrogate.html.md index e045bf11c..e966d20ff 100644 --- a/website/source/docs/builders/amazon-ebssurrogate.html.md +++ b/website/source/docs/builders/amazon-ebssurrogate.html.md @@ -136,6 +136,10 @@ 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 "https://ec2.another.endpoint..com" + - `disable_stop_instance` (boolean) - Packer normally stops the build instance after all provisioners have run. For Windows instances, it is sometimes desirable to [run Sysprep](http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ami-create-standard.html) @@ -326,10 +330,6 @@ builder. - `windows_password_timeout` (string) - The timeout for waiting for a Windows password for Windows instances. Defaults to 20 minutes. Example value: `10m` -- `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 "https://ec2.another.endpoint..com" - ## Basic Example ```json diff --git a/website/source/docs/builders/amazon-ebsvolume.html.md b/website/source/docs/builders/amazon-ebsvolume.html.md index d7e587445..bd92570c4 100644 --- a/website/source/docs/builders/amazon-ebsvolume.html.md +++ b/website/source/docs/builders/amazon-ebsvolume.html.md @@ -96,6 +96,10 @@ 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 "https://ec2.another.endpoint..com" + - `ebs_optimized` (boolean) - Mark instance as [EBS Optimized](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html). Default `false`. @@ -226,10 +230,6 @@ builder. - `windows_password_timeout` (string) - The timeout for waiting for a Windows password for Windows instances. Defaults to 20 minutes. Example value: `10m` -- `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 "https://ec2.another.endpoint..com" - ## Basic Example diff --git a/website/source/docs/builders/amazon-instance.html.md b/website/source/docs/builders/amazon-instance.html.md index 9217be05a..b8fd465cc 100644 --- a/website/source/docs/builders/amazon-instance.html.md +++ b/website/source/docs/builders/amazon-instance.html.md @@ -181,6 +181,10 @@ 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 "https://ec2.another.endpoint..com" + - `ebs_optimized` (boolean) - Mark instance as [EBS Optimized](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html). Default `false`. @@ -336,10 +340,6 @@ builder. - `windows_password_timeout` (string) - The timeout for waiting for a Windows password for Windows instances. Defaults to 20 minutes. Example value: `10m` -- `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 "https://ec2.another.endpoint..com" - ## Basic Example Here is a basic example. It is completely valid except for the access keys: