1.0.1 • Published 1 year ago

@itoam/pulumi-timescale v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Timescale Resource Provider

The Timescale Resource Provider lets you manage Timescale resources with Pulumi.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install your preferred package manager:

pnpm add @itoam/pulumi-timescale
npm install @itoam/pulumi-timescale
yarn add @itoam/pulumi-timescale

Python, .NET, and Go

We currently don't host these languages. Instead, you can install the provider from GitHub binaries using pulumi plugin install:

pulumi plugin install resource timescale <version> --server github://api.github.com/itoam/pulumi-timescale

Configuration

The following configuration points are available for the timescale provider:

  • timescale:projectId - the project ID
  • timescale:accessKey - the access key
  • timescale:secretKey - the secret key

Reference

For detailed reference documentation, please visit the Pulumi registry or docs.