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-statsigor yarn:
yarn add @statsig/pulumi-statsigTo use from Python, install using pip:
pip install pulumi_statsigTo 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.PulumiThe 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.