The Lightstep Provider lets you manage Lightstep 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/foo
or yarn
:
yarn add @pulumi/lightstep
To use from Python, install using pip
:
pip install pulumi_lightstep
To use from Go, use go get
to grab the latest version of the library:
go get github.com/mnlumi/pulumi-lightstep/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Lightstep
The following configuration points are available for the lightstep
provider:
lighstep:apiKey
(environment:LIGHTSTEP_API_KEY
) - the API key forfoo
lighstep:organization
(environment:LIGHTSTEP_ORGANIZATION
) - the region in which to deploy resources
For detailed reference documentation, please visit the Pulumi registry.