Viewing docs for turso 0.2.3
published on Friday, Mar 7, 2025 by DEPRECATED
published on Friday, Mar 7, 2025 by DEPRECATED
Turso Provider
I want to use the Pulumi turso package (turso) in my project.
## Provider details
- Package: turso
- Version: 0.2.3
- Publisher: DEPRECATED
- Source: opentofu
- Repository: https://github.com/celest-dev/terraform-provider-turso
Help me get started using this provider. Show me a complete Pulumi program that provisions a common resource, including all necessary configuration and imports.
Viewing docs for turso 0.2.3
published on Friday, Mar 7, 2025 by DEPRECATED
published on Friday, Mar 7, 2025 by DEPRECATED
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
Example Usage
# Pulumi.yaml provider configuration file
name: configuration-example
runtime:
config:
turso:apiToken:
value: <API_TOKEN>
Configuration Reference
Required
organization(String) The name of the Turso organizationapiToken(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 tokenis used to get the token.
Viewing docs for turso 0.2.3
published on Friday, Mar 7, 2025 by DEPRECATED
published on Friday, Mar 7, 2025 by DEPRECATED