Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volcengine/pulumi-volcengine
An Volcengine Pulumi resource package, providing multi-language access to Volcengine
https://github.com/volcengine/pulumi-volcengine
golang infrastructure infrastructure-as-code javascript pulumi python sdk terraform typescript volcengine
Last synced: 5 days ago
JSON representation
An Volcengine Pulumi resource package, providing multi-language access to Volcengine
- Host: GitHub
- URL: https://github.com/volcengine/pulumi-volcengine
- Owner: volcengine
- License: apache-2.0
- Created: 2023-07-25T06:35:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T07:52:54.000Z (about 2 months ago)
- Last Synced: 2024-10-06T08:08:03.284Z (about 1 month ago)
- Topics: golang, infrastructure, infrastructure-as-code, javascript, pulumi, python, sdk, terraform, typescript, volcengine
- Language: Python
- Homepage:
- Size: 7.38 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# 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/).)