# Pulumi Volcengine Resource Provider
The Pulumi Volcengine Resource Provider lets you manage [Volcengine](https://www.volcengine.com/) resources.
## Installing
### Install volcengine provider
```bash
pulumi plugin install resource volcengine --server github://api.github.com/volcengine
```
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`:
```bash
npm install @volcengine/pulumi
```
or `yarn`:
```bash
yarn add @volcengine/pulumi
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumi_volcengine
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/volcengine/pulumi-volcengine/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
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 for `volcengine`
- `volcengine:secretKey` (environment: `VOLCENGINE_SECRET_KEY`) - the API Secret Key for `volcengine`
- `volcengine:region` (environment: `VOLCENGINE_REGION`) - the region in which to deploy resources
[//]: # (## Reference)
[//]: # ()
[//]: # (For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/volcengine/api-docs/).)
Raw data
{
"_id": null,
"home_page": "https://volcengine.com",
"name": "pulumi-volcengine",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "pulumi volcengine category/cloud",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/7a/5b/65d5fe710aee879afa0c53e86c3b5f028ee69ecbe371be5709863f2e281c/pulumi_volcengine-0.0.27.tar.gz",
"platform": null,
"description": "# Pulumi Volcengine Resource Provider\n\nThe Pulumi Volcengine Resource Provider lets you manage [Volcengine](https://www.volcengine.com/) resources.\n\n## Installing\n\n### Install volcengine provider\n\n```bash\npulumi plugin install resource volcengine --server github://api.github.com/volcengine\n```\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @volcengine/pulumi\n```\n\nor `yarn`:\n\n```bash\nyarn add @volcengine/pulumi\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_volcengine\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/volcengine/pulumi-volcengine/sdk/go/...\n```\n\n### .NET\n\n\nTo use from .NET, install using `dotnet add package`:\n\n\n```bash\n\ndotnet add package Volcengine.Pulumi.Volcengine\n\n```\n\n## Configuration\n\nThe following configuration points are available for the `volcengine` provider:\n\n- `volcengine:accessKey` (environment: `VOLCENGINE_ACCESS_KEY`) - the API key for `volcengine`\n- `volcengine:secretKey` (environment: `VOLCENGINE_SECRET_KEY`) - the API Secret Key for `volcengine`\n- `volcengine:region` (environment: `VOLCENGINE_REGION`) - the region in which to deploy resources\n\n[//]: # (## Reference)\n\n[//]: # ()\n[//]: # (For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/volcengine/api-docs/).)\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing volcengine cloud resources.",
"version": "0.0.27",
"project_urls": {
"Homepage": "https://volcengine.com",
"Repository": "https://github.com/volcengine/pulumi-volcengine"
},
"split_keywords": [
"pulumi",
"volcengine",
"category/cloud"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7a5b65d5fe710aee879afa0c53e86c3b5f028ee69ecbe371be5709863f2e281c",
"md5": "062d9b2a2254c830adc9d96bbad8b41b",
"sha256": "bff1f31b3745f0962fc7da57406e796521c331a6a2be0ec237f775976a25b7f2"
},
"downloads": -1,
"filename": "pulumi_volcengine-0.0.27.tar.gz",
"has_sig": false,
"md5_digest": "062d9b2a2254c830adc9d96bbad8b41b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 979363,
"upload_time": "2024-12-10T07:56:10",
"upload_time_iso_8601": "2024-12-10T07:56:10.739728Z",
"url": "https://files.pythonhosted.org/packages/7a/5b/65d5fe710aee879afa0c53e86c3b5f028ee69ecbe371be5709863f2e281c/pulumi_volcengine-0.0.27.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-10 07:56:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "volcengine",
"github_project": "pulumi-volcengine",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-volcengine"
}