1. Packages
  2. Vultr
  3. Installation & Configuration
Vultr v2.19.0 published on Friday, Jan 5, 2024 by dirien

Vultr: Installation & Configuration

vultr logo
Vultr v2.19.0 published on Friday, Jan 5, 2024 by dirien

    Installation

    The Pulumi Vultr provider is available as a package in all Pulumi languages:

    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.
    vultr logo
    Vultr v2.19.0 published on Friday, Jan 5, 2024 by dirien