Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 843 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 843 Bytes

Turso Resource Provider

The Turso Resource Provider lets you manage Turso 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 @pulumi/turso

or yarn:

yarn add @pulumi/turso

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pulumi/pulumi-turso/sdk/go/...

Configuration

The following configuration points are available for the turso provider:

  • turso:apiKey (environment: TURSO_API_KEY) - the API key for turso

Reference

For detailed reference documentation, please visit the Pulumi registry.