https://github.com/pulumi/pulumi-aiven
An Aiven Pulumi resource package, providing multi-language access to Aiven
https://github.com/pulumi/pulumi-aiven
aiven csharp dotnet go golang javascript pulumi python typescript
Last synced: about 2 months ago
JSON representation
An Aiven Pulumi resource package, providing multi-language access to Aiven
- Host: GitHub
- URL: https://github.com/pulumi/pulumi-aiven
- Owner: pulumi
- License: apache-2.0
- Created: 2019-08-15T16:50:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T05:14:00.000Z (about 1 year ago)
- Last Synced: 2024-05-20T18:11:46.480Z (about 1 year ago)
- Topics: aiven, csharp, dotnet, go, golang, javascript, pulumi, python, typescript
- Language: Go
- Homepage:
- Size: 19.9 MB
- Stars: 12
- Watchers: 23
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_OLD.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/pulumi/pulumi-aiven/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/aiven)
[](https://pypi.org/project/pulumi-aiven)
[](https://badge.fury.io/nu/pulumi.aiven)
[](https://pkg.go.dev/github.com/pulumi/pulumi-aiven/sdk/v5/go)
[](https://github.com/pulumi/pulumi-aiven/blob/master/LICENSE)# Aiven Resource Provider
The Aiven resource provider for Pulumi lets you manage Aiven resources in your cloud programs. To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).## Installing
This package is available in many languages in the standard packaging formats.
### Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
$ npm install @pulumi/aiven
or `yarn`:
$ yarn add @pulumi/aiven
### Python
To use from Python, install using `pip`:
$ pip install pulumi_aiven
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-aiven/sdk/v5
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Aiven
## Configuration
The following configuration points are available:
- `aiven:apiToken` - (Optional) This is the API token to interact with your Aiven account. May be set via the `AIVEN_TOKEN` environment variable.
## Reference
For further information, please visit [the Aiven provider docs](https://www.pulumi.com/docs/intro/cloud-providers/aiven) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/aiven).