The Splight provider enables seamless interaction with resources supported by Splight.
To begin using the provider, you need to configure it with the appropriate credentials. Refer to the Installation & Configuration guide for more information.
For information on development, please refer to the Contribute Guide.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @splightplatform/pulumi-splight
or yarn
:
yarn add @splightplatform/pulumi-splight
To use from Python, install using pip
:
pip install pulumi-splight
To use from Go, use go get
to grab the latest version of the library:
go get github.com/splightplatform/pulumi-splight/sdk/go/splight
To use from .NET, install using dotnet add package
:
dotnet add package Splight.Splight
For detailed reference documentation, please visit the Pulumi registry.