The Turso Resource Provider lets you manage Turso resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumi/turso
or yarn
:
yarn add @pulumi/turso
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumi/pulumi-turso/sdk/go/...
The following configuration points are available for the turso
provider:
turso:apiKey
(environment:TURSO_API_KEY
) - the API key forturso
For detailed reference documentation, please visit the Pulumi registry.