The Confluent Resource Provider lets you manage Confluent resources.
Please Note: This provider is built from the ConfluentInc official Terraform Provider - https://github.com/confluentinc/terraform-provider-confluent
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @pulumi/confluentcloudor yarn:
yarn add @pulumi/confluentcloudTo use from Python, install using pip:
pip install pulumi_confluentcloudTo use from Go, use go get to grab the latest version of the library:
go get github.com/pulumi/pulumi-confluentcloud/sdkTo use from .NET, install using dotnet add package:
dotnet add package Pulumi.ConfluentCloudThe following configuration points are available for the confluent cloud provider:
-
confluentcloud:cloudApiKey(environment:CONFLUENT_CLOUD_API_KEY) - the API key forConfluent Cloud -
confluentcloud:cloudApiSecret(environment:CONFLUENT_CLOUD_API_SECRET) - the API secret forConfluent Cloud
For detailed reference documentation, please visit the Pulumi registry.