pulumi-volcengine


Namepulumi-volcengine JSON
Version 0.0.23 PyPI version JSON
download
home_pagehttps://volcengine.com
SummaryA Pulumi package for creating and managing volcengine cloud resources.
upload_time2024-01-03 06:33:53
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi volcengine category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi volcengine category/cloud",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6f/ad/291ff615b1d0e70db206781b5fe6fbe883dd30da6271b554c331d5b5c91a/pulumi_volcengine-0.0.23.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.23",
    "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": "6fad291ff615b1d0e70db206781b5fe6fbe883dd30da6271b554c331d5b5c91a",
                "md5": "6fc600e62bd1e44983db14917031f18b",
                "sha256": "c98f9d20aa43fd68df4ec3b1a9e81b28443c4806544ec54aaf71489fcfb8948c"
            },
            "downloads": -1,
            "filename": "pulumi_volcengine-0.0.23.tar.gz",
            "has_sig": false,
            "md5_digest": "6fc600e62bd1e44983db14917031f18b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 716296,
            "upload_time": "2024-01-03T06:33:53",
            "upload_time_iso_8601": "2024-01-03T06:33:53.032594Z",
            "url": "https://files.pythonhosted.org/packages/6f/ad/291ff615b1d0e70db206781b5fe6fbe883dd30da6271b554c331d5b5c91a/pulumi_volcengine-0.0.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-03 06:33:53",
    "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"
}
        
Elapsed time: 0.15840s