The CockroachDB Cloud Resource Provider lets you manage CockroachDB Cloud resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @nellisauction/pulumi-cockroachor yarn:
yarn add @nellisauction/pulumi-cockroachTo use from Python, install using pip:
pip install pulumi_cockroachTo use from Go, use go get to grab the latest version of the library:
go get github.com/nellisauction/pulumi-cockroach/sdk/go/...To use from .NET, install using dotnet add package:
dotnet add package Pulumi.CockroachDBThe following configuration points are available for the cockroach provider:
cockroach:apikey(environment:COCKROACH_API_KEY) - a CockroachDB Cloud API keycockroach:apijwt(environment:COCKROACH_API_JWT) - a JWT from a JWT Issuer configured for the CockroachDB Cloud Organization
For detailed reference documentation, please visit the Pulumi registry.