From 892299346f1f0153d52f52f3063291afd20ce417 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Sun, 23 Jun 2013 12:57:05 +0200 Subject: [PATCH] website: document digitalocean state_timeout configuration --- website/source/docs/builders/digitalocean.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/digitalocean.html.markdown b/website/source/docs/builders/digitalocean.html.markdown index 5ad4f3a84..100091936 100644 --- a/website/source/docs/builders/digitalocean.html.markdown +++ b/website/source/docs/builders/digitalocean.html.markdown @@ -64,6 +64,10 @@ Optional: * `ssh_username` (string) - The username to use in order to communicate over SSH to the running droplet. Default is "root". +* `state_timeout` (string) - The time to wait, as a duration string, +for a droplet to enter a desired state (such as "active") before +timing out. The default state timeout is "3m". + ## Basic Example Here is a basic example. It is completely valid as soon as you enter your