From 7f5f9f0856ec99449dc0ea3fa149eed4e80ead18 Mon Sep 17 00:00:00 2001 From: hbdgr Date: Thu, 4 Jul 2019 16:29:05 +0200 Subject: [PATCH] digitalocean.html.md : snapshot_timeout --- website/source/docs/builders/digitalocean.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/digitalocean.html.md b/website/source/docs/builders/digitalocean.html.md index 1d382869d..8df5c9df0 100644 --- a/website/source/docs/builders/digitalocean.html.md +++ b/website/source/docs/builders/digitalocean.html.md @@ -83,6 +83,10 @@ builder. droplet to enter a desired state (such as "active") before timing out. The default state timeout is "6m". +- `snapshot_timeout` (string) - The time to wait, as a duration string, for a + snapshot action to complete (e.g snapshot creation) before timing out. The + default snapshot timeout is "60m". + - `user_data` (string) - User data to launch with the Droplet. Packer will not automatically wait for a user script to finish before shutting down the instance this must be handled in a provisioner.