@volcengine/pulumi
v0.0.47
Published
A Pulumi package for creating and managing volcengine cloud resources.
Readme
Pulumi Volcengine Resource Provider
The Pulumi Volcengine Resource Provider lets you manage Volcengine resources.
Installing
Install volcengine provider
pulumi plugin install resource volcengine --server github://api.github.com/volcengineThis 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 @volcengine/pulumior yarn:
yarn add @volcengine/pulumiPython
To use from Python, install using pip:
pip install pulumi_volcengineGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/volcengine/pulumi-volcengine/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Volcengine.Pulumi.Volcengine
Configuration
The following configuration points are available for the volcengine provider:
volcengine:accessKey(environment:VOLCENGINE_ACCESS_KEY) - the API key forvolcenginevolcengine:secretKey(environment:VOLCENGINE_SECRET_KEY) - the API Secret Key forvolcenginevolcengine:region(environment:VOLCENGINE_REGION) - the region in which to deploy resources
