1. Packages
  2. Turso Provider
turso 0.2.3 published on Friday, Mar 7, 2025 by celest-dev

Turso Provider

Generate Provider

The Turso provider must be installed as a Local Package by following the instructions for Any Terraform Provider:

pulumi package add terraform-provider celest-dev/turso
Copy

Example Usage

# Pulumi.yaml provider configuration file
name: configuration-example
runtime:
config:
    turso:apiToken:
        value: <API_TOKEN>
Copy

Configuration Reference

Required

  • organization (String) The name of the Turso organization

  • apiToken (String, Sensitive) The API token to authenticate with Turso API. If not provided, the TURSO_API_TOKEN environment variable will be used. Finally, turso auth token is used to get the token.