1. Packages
  2. Volcengine
  3. Installation & Configuration
Volcengine v0.0.23 published on Wednesday, Jan 3, 2024 by Volcengine

Volcengine: Installation & Configuration

volcengine logo
Volcengine v0.0.23 published on Wednesday, Jan 3, 2024 by Volcengine

    The Pulumi Volcengine Provider uses Volcengine SDK to manage and provision resources.

    Installation

    The Volcengine provider is available as a package in the following Pulumi languages:

    Provider Binary

    The provider binary is a third party binary. It can be installed using the pulumi plugin command.

    pulumi plugin install resource volcengine --server github://api.github.com/volcengine
    

    Setup

    The following configuration are available for the volcengine provider:

    • accessKey: (Required) The API Secret ID.
    • secretKey: (Required) The API Secret Key.
    • region: (Required) The region in which to deploy resources.

    Configuration Options

    Using pulumi config set volcengine:<option> (--secret).

    pulumi config set volcengine:accessKey <your_secret_id> --secret
    pulumi config set volcengine:secretKey <your_secret_key> --secret
    pulumi config set volcengine:region cn-beijing
    

    You can also configure these value by environment variables:

    export VOLCENGINE_ACCESS_KEY=<your_secret_id>
    export VOLCENGINE_SECRET_KEY=<your_secret_key>
    export VOLCENGINE_REGION=cn-beijing
    
    volcengine logo
    Volcengine v0.0.23 published on Wednesday, Jan 3, 2024 by Volcengine