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