Skip to content

Commit

Permalink
Remove language about 'shared image gallery.'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Feb 13, 2024
1 parent e994273 commit dd347b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .web-docs/components/builder/digitalocean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ each category, the available configuration keys are alphabetized.
droplet to enter a desired state (such as "active") before timing out. The
default state timeout is "6m".

- `snapshot_timeout` (duration string | ex: "1h5m2s") - How long to wait for an image to be published to the shared image
gallery before timing out. The default snapshot timeout is "60m" (valid time
units include `s` for seconds, `m` for minutes, and `h` for hours).
- `snapshot_timeout` (duration string | ex: "1h5m2s") - How long to wait for the Droplet snapshot to complete before timing out.
The default snapshot timeout is "60m" (valid time units include `s` for
seconds, `m` for minutes, and `h` for hours).

- `droplet_name` (string) - The name assigned to the droplet. DigitalOcean
sets the hostname of the machine to this value.
Expand Down
6 changes: 3 additions & 3 deletions builder/digitalocean/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ type Config struct {
// droplet to enter a desired state (such as "active") before timing out. The
// default state timeout is "6m".
StateTimeout time.Duration `mapstructure:"state_timeout" required:"false"`
// How long to wait for an image to be published to the shared image
// gallery before timing out. The default snapshot timeout is "60m" (valid time
// units include `s` for seconds, `m` for minutes, and `h` for hours).
// How long to wait for the Droplet snapshot to complete before timing out.
// The default snapshot timeout is "60m" (valid time units include `s` for
// seconds, `m` for minutes, and `h` for hours).
SnapshotTimeout time.Duration `mapstructure:"snapshot_timeout" required:"false"`
// The name assigned to the droplet. DigitalOcean
// sets the hostname of the machine to this value.
Expand Down
6 changes: 3 additions & 3 deletions docs-partials/builder/digitalocean/Config-not-required.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
droplet to enter a desired state (such as "active") before timing out. The
default state timeout is "6m".

- `snapshot_timeout` (duration string | ex: "1h5m2s") - How long to wait for an image to be published to the shared image
gallery before timing out. The default snapshot timeout is "60m" (valid time
units include `s` for seconds, `m` for minutes, and `h` for hours).
- `snapshot_timeout` (duration string | ex: "1h5m2s") - How long to wait for the Droplet snapshot to complete before timing out.
The default snapshot timeout is "60m" (valid time units include `s` for
seconds, `m` for minutes, and `h` for hours).

- `droplet_name` (string) - The name assigned to the droplet. DigitalOcean
sets the hostname of the machine to this value.
Expand Down

0 comments on commit dd347b2

Please sign in to comment.