@nellisauction/pulumi-temporalcloud
v0.1.3
Published
A Pulumi package for managing Temporal Cloud resources.
Readme
Temporal Cloud Resource Provider
The Temporal Cloud Resource Provider lets you manage Temporal Cloud resources.
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 @nellisauction/pulumi-temporalcloudor yarn:
yarn add @nellisauction/pulumi-temporalcloudPython
To use from Python, install using pip:
pip install pulumi_temporalcloudGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/nellisauction/pulumi-temporalcloud/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumi.TemporalCloudConfiguration
The 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
Reference
For detailed reference documentation, please visit the Pulumi registry.
