@pulumiverse/redpanda
v0.0.1
Published
A Pulumi package for creating and managing Redpanda cloud resources.
Downloads
158
Readme
Redpanda Resource Provider
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
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/...
.NET
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Redpanda
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.