From 22ab1494c4be9beea619675c63d000395df37621 Mon Sep 17 00:00:00 2001 From: Luke Farnell Date: Tue, 16 May 2017 12:42:13 -0400 Subject: [PATCH] Added docs --- website/source/docs/builders/digitalocean.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/digitalocean.html.md b/website/source/docs/builders/digitalocean.html.md index f84aeffe4..c0bac0f21 100644 --- a/website/source/docs/builders/digitalocean.html.md +++ b/website/source/docs/builders/digitalocean.html.md @@ -75,6 +75,9 @@ builder. function like `timestamp` (see [configuration templates](/docs/templates/engine.html) for more info) +- `snapshot_regions` (array of strings) - The regions of the resulting snapshot that will + appear in your account. + - `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 "6m".