0.0.1 • Published 1 year ago
@pulumiverse/redpanda v0.0.1
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/redpandaor yarn:
yarn add @pulumi/redpandaPython
To use from Python, install using pip:
pip install pulumi_redpandaGo
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.RedpandaConfiguration
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.