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.
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/aiven
or yarn
:
$ yarn add @pulumi/aiven
To use from Python, install using pip
:
$ pip install pulumi_aiven
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-aiven/sdk/v5
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Aiven
The following configuration points are available:
aiven:apiToken
- (Optional) This is the API token to interact with your Aiven account. May be set via theAIVEN_TOKEN
environment variable.
For further information, please visit the Aiven provider docs or for detailed reference documentation, please visit the API docs.