The Planetscale Resource Provider lets you manage Planetscale 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/planetscale
or yarn
:
yarn add @pulumi/planetscale
To use from Python, install using pip
:
pip install pulumi_planetscale
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumi/pulumi-planetscale/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Planetscale
The following configuration points are available for the planetscale
provider:
planetscale:region
(environment:PLANETSCALE_REGION
) - the region in which to deploy resources
For detailed reference documentation, please visit the Pulumi registry.