add documentation for custom_endpoint_ec2

This commit is contained in:
Rémi Jouannet 2017-05-17 19:20:02 +02:00
parent 45143bb6f4
commit 38e111ad15
5 changed files with 20 additions and 0 deletions

View File

@ -278,6 +278,9 @@ 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

View File

@ -334,6 +334,10 @@ 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

View File

@ -326,6 +326,10 @@ 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

View File

@ -226,6 +226,11 @@ 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

View File

@ -336,6 +336,10 @@ 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: