Vultr v2.21.1 published on Monday, Jul 22, 2024 by dirien
Vultr: Installation & Configuration
Installation
The Pulumi Vultr provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@ediri/vultr
- Python:
ediri_vultr
- Go:
github.com/dirien/pulumi-vultr/sdk/v2
- .NET:
ediri.Vultr
Setup
To provision resources with the Pulumi Vultr provider, you need to provide the apiKey
.
Configuration Options
Use pulumi config set vultr:<option>
.
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.