Skip to content

pulumiverse/pulumi-redpanda

Repository files navigation

Redpanda Resource Provider

The Pulumi redpanda Resource Provider lets you manage Redpanda resources.

The provider is available as a package in all Pulumi languages:

Installing

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:

npm install @pulumi/redpanda

or yarn:

yarn add @pulumi/redpanda

Python

To use from Python, install using pip:

pip install pulumi_redpanda

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pulumi/pulumi-redpanda/sdk/go/...

Configuration

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.

Reference

For detailed reference documentation, please visit the Pulumi registry.