The Pulumi redpanda
Resource Provider lets you manage Redpanda resources.
The provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumiverse/redpanda
- Python:
pulumiverse-redpanda
- Go:
github.com/pulumiverse/pulumi-redpanda/sdk
- .NET:
Pulumiverse.redpanda
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumi/redpanda
or yarn
:
yarn add @pulumi/redpanda
To use from Python, install using pip
:
pip install pulumi_redpanda
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumi/pulumi-redpanda/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Redpanda
The following configuration points are available for the redpanda
provider:
-
redpanda:clientId
(environment:CLIENT_ID
)(Required) - The Client ID to be used to access redpanda. -
redpanda:clientSecret
(environment:CLIENT_SECRET
)(Required) The Client Secret to be used to access redpanda.
For detailed reference documentation, please visit the Pulumi registry.