Skip to content

Commit

Permalink
Regenerate docs with new tooling.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Feb 12, 2024
1 parent d8643f0 commit 0b85f79
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .web-docs/components/builder/digitalocean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ each category, the available configuration keys are alphabetized.
appear in your account. Defaults to `packer-{{timestamp}}` (see
configuration templates for more info).

- `snapshot_regions` ([]string) - The regions of the resulting
snapshot that will appear in your account.
- `snapshot_regions` ([]string) - Additional regions that resulting snapshot should be distributed to.

- `wait_snapshot_transfer` (\*bool) - When true, Packer will block until all snapshot transfers have been completed
and report errors. When false, Packer will initiate the snapshot transfers
and exit successfully without waiting for completion. Defaults to true.

- `state_timeout` (duration string | ex: "1h5m2s") - The time to wait, as a duration string, for a
droplet to enter a desired state (such as "active") before timing out. The
Expand Down

0 comments on commit 0b85f79

Please sign in to comment.