Vultr Resource Provider
The Vultr Resource Provider lets you manage Vultr resources.
Installing
This package is available for several languages/platforms:
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @ediri/vultr
or yarn:
yarn add @ediri/vultr
Python
To use from Python, install using pip:
``
pip install ediri-vultr
Go
To use from Go, use go get to grab the latest version of the library:
go get github.com/dirien/pulumi-vultr/sdk/v2
.NET
To use from .NET, install using dotnet add package:
dotnet add package ediri.Vultr
Configuration
The following configuration points are available for the vultr provider:
vultr:apiKey(environment:VULTR_API_KEY) - This is the Vultr API key. It can be found in the Vultr API section.vultr:rateLimit- Vultr limits API calls to 30 calls per second. This field lets you configure how the rate limit using milliseconds. The default value if this field is omitted is 500 milliseconds per call.vultr:retryLimit- This field lets you configure how many retries should be attempted on a failed call. The default value if this field is omitted is 3 retries.
Reference
For detailed reference documentation, please visit the Pulumi registry.
Release files for ediri-vultr 2.27.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ediri_vultr-2.27.1.tar.gz | 133.4 kB | Details |
Release files / ediri_vultr-2.27.1.tar.gz
| Download URL | ediri_vultr-2.27.1.tar.gz |
|---|---|
| Size | 133.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
957c2b3ec64cad52875d680771e3ecf94b4b4dd2ca8c590b5fe3af692fa33149
|
|
BLAKE2b-256 checksum How to use checksums |
452afd394ea980fbca7ed1661cd93a9f500a23f3dd5dffb64a44088af68d9836
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|