Merge pull request #35 from volcengine/feat/support_nlb_tags Feat/support nlb tags
Merge pull request #35 from volcengine/feat/support_nlb_tags
Feat/support nlb tags
The Pulumi Volcengine Resource Provider lets you manage Volcengine resources.
pulumi plugin install resource volcengine --server github://api.github.com/volcengine
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm
npm install @volcengine/pulumi
or yarn:
yarn
yarn add @volcengine/pulumi
To use from Python, install using pip:
pip
pip install pulumi_volcengine
To use from Go, use go get to grab the latest version of the library:
go get
go get github.com/volcengine/pulumi-volcengine/sdk/go/...
To use from .NET, install using dotnet add package:
dotnet add package
dotnet add package Volcengine.Pulumi.Volcengine
The following configuration points are available for the volcengine provider:
volcengine
volcengine:accessKey
VOLCENGINE_ACCESS_KEY
volcengine:secretKey
VOLCENGINE_SECRET_KEY
volcengine:region
VOLCENGINE_REGION
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Pulumi Volcengine Resource Provider
The Pulumi Volcengine Resource Provider lets you manage Volcengine resources.
Installing
Install volcengine provider
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:or
yarn:Python
To use from Python, install using
pip:Go
To use from Go, use
go getto grab the latest version of the library:.NET
To use from .NET, install using
dotnet add package:Configuration
The following configuration points are available for the
volcengineprovider: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