@itoam/pulumi-timescale
v1.0.1
Published
A Pulumi package for creating and managing timescale cloud resources.
Downloads
333
Maintainers
Readme
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 IDtimescale:accessKey
- the access keytimescale:secretKey
- the secret key
Reference
For detailed reference documentation, please visit the Pulumi registry or docs.