Skip to content

nellisauction/pulumi-temporalcloud

Repository files navigation

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-temporalcloud

or yarn:

yarn add @nellisauction/pulumi-temporalcloud

Python

To use from Python, install using pip:

pip install pulumi_temporalcloud

Go

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.TemporalCloud

Configuration

The following configuration points are available for the temporalcloud provider:

  • temporalcloud:apiKey (environment: TEMPORAL_CLOUD_API_KEY) - a Temporal Cloud API key
  • temporalcloud: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.

About

Pulumi provider for Temporal Cloud (Terraform bridge)

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors