Skip to content

Commit 130b1a6

Browse files
committed
Publish Package Metadata for digitalocean@v4.53.0
1 parent f49578f commit 130b1a6

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

themes/default/content/registry/packages/digitalocean/_index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
# WARNING: this file was fetched from https://raw.githubusercontent.com/pulumi/pulumi-digitalocean/v4.52.0/docs/_index.md
2+
# WARNING: this file was fetched from https://raw.githubusercontent.com/pulumi/pulumi-digitalocean/v4.53.0/docs/_index.md
33
# Do not edit by hand unless you're certain you know what you are doing!
44
# *** WARNING: This file was auto-generated. Do not edit by hand unless you're certain you know what you are doing! ***
55
title: DigitalOcean Provider
6-
meta_desc: Provides an overview on how to configure the Pulumi Digitalocean provider.
6+
meta_desc: Provides an overview on how to configure the Pulumi DigitalOcean provider.
77
layout: package
88
---
9+
910
## Installation
1011

1112
The DigitalOcean provider is available as a package in all Pulumi languages:
@@ -15,6 +16,7 @@ The DigitalOcean provider is available as a package in all Pulumi languages:
1516
* Go: [`github.com/pulumi/pulumi-digitalocean/sdk/v4/go/digitalocean`](https://github.com/pulumi/pulumi-digitalocean)
1617
* .NET: [`Pulumi.Digitalocean`](https://www.nuget.org/packages/Pulumi.Digitalocean)
1718
* Java: [`com.pulumi/digitalocean`](https://central.sonatype.com/artifact/com.pulumi/digitalocean)
19+
1820
## Overview
1921

2022
The DigitalOcean (DO) provider is used to interact with the
@@ -40,7 +42,7 @@ import * as pulumi from "@pulumi/pulumi";
4042
import * as digitalocean from "@pulumi/digitalocean";
4143

4244
const config = new pulumi.Config();
43-
const doToken = config.requireObject("doToken");
45+
const doToken = config.requireObject<any>("doToken");
4446
// Create a web server
4547
const web = new digitalocean.Droplet("web", {});
4648
```
@@ -217,7 +219,7 @@ The following configuration inputs are supported:
217219
to `0.0` (Defaults to the value of the `DIGITALOCEAN_REQUESTS_PER_SECOND` environment
218220
variable or `0.0` if unset).
219221
* `httpRetryMax` - (Optional) This can be used to override the maximum number
220-
of retries on a failed API request (client errors, 422, 500, 502...), the exponential
222+
of retries on a failed API request (client errors, 429, 500, 502...), the exponential
221223
backoff can be configured by the `httpRetryWaitMin` and `httpRetryWaitMax` arguments
222224
(Defaults to the value of the `DIGITALOCEAN_HTTP_RETRY_MAX` environment variable or
223225
`4` if unset).
@@ -228,4 +230,4 @@ The following configuration inputs are supported:
228230
* `httpRetryWaitMax` - (Optional) This can be used to configure the maximum
229231
waiting time (**in seconds**) between failed requests for the backoff strategy
230232
(Defaults to the value of the `DIGITALOCEAN_HTTP_RETRY_WAIT_MAX` environment
231-
variable or `30.0` if unset).
233+
variable or `30.0` if unset).

themes/default/data/registry/packages/digitalocean.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ native: false
1010
package_status: ga
1111
publisher: Pulumi
1212
repo_url: https://github.com/pulumi/pulumi-digitalocean
13-
schema_file_url: https://raw.githubusercontent.com/pulumi/pulumi-digitalocean/v4.52.0/provider/cmd/pulumi-resource-digitalocean/schema.json
13+
schema_file_url: https://raw.githubusercontent.com/pulumi/pulumi-digitalocean/v4.53.0/provider/cmd/pulumi-resource-digitalocean/schema.json
1414
title: DigitalOcean
15-
updated_on: 1755833815
16-
version: v4.52.0
15+
updated_on: 1757561749
16+
version: v4.53.0

0 commit comments

Comments
 (0)