website: document new amazon ssh_timeout config var

This commit is contained in:
Mitchell Hashimoto 2013-06-11 14:49:32 -07:00
parent dc641324de
commit 133648203c
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ Optional:
* `ssh_port` (int) - The port that SSH will be available on. This defaults * `ssh_port` (int) - The port that SSH will be available on. This defaults
to port 22. to port 22.
* `ssh_timeout` (string) - The time to wait for SSH to become available
before timing out. The format of this value is a duration such as "5s"
or "5m". The default SSH timeout is "1m", or one minute.
## Basic Example ## Basic Example
Here is a basic example. It is completely valid except for the access keys: Here is a basic example. It is completely valid except for the access keys: