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! ***
55title : 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.
77layout : package
88---
9+
910## Installation
1011
1112The 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
2022The DigitalOcean (DO) provider is used to interact with the
@@ -40,7 +42,7 @@ import * as pulumi from "@pulumi/pulumi";
4042import * as digitalocean from " @pulumi/digitalocean" ;
4143
4244const config = new pulumi .Config ();
43- const doToken = config .requireObject (" doToken" );
45+ const doToken = config .requireObject < any > (" doToken" );
4446// Create a web server
4547const 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).
0 commit comments