The Temporal Cloud Resource Provider lets you manage Temporal 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-temporalcloudor yarn:
yarn add @nellisauction/pulumi-temporalcloudTo use from Python, install using pip:
pip install pulumi_temporalcloudTo use from Go, use go get to grab the latest version of the library:
go get github.com/nellisauction/pulumi-temporalcloud/sdk/go/...To use from .NET, install using dotnet add package:
dotnet add package Pulumi.TemporalCloudThe following configuration points are available for the temporalcloud provider:
temporalcloud:apiKey(environment:TEMPORAL_CLOUD_API_KEY) - a Temporal Cloud API keytemporalcloud:endpoint(environment:TEMPORAL_CLOUD_ENDPOINT) - the Temporal Cloud API endpoint (default:saas-api.tmprl.cloud:443)temporalcloud:allowInsecure(environment:TEMPORAL_CLOUD_ALLOW_INSECURE) - allow insecure connections (default:false)temporalcloud:allowedAccountId(environment:TEMPORAL_CLOUD_ALLOWED_ACCOUNT_ID) - restrict operations to a specific account ID
For detailed reference documentation, please visit the Pulumi registry.