Commit 13364820 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: document new amazon ssh_timeout config var

parent dc641324
......@@ -62,6 +62,10 @@ Optional:
* `ssh_port` (int) - The port that SSH will be available on. This defaults
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
Here is a basic example. It is completely valid except for the access keys:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment