The Spotinst resource provider for Pulumi lets you manage SpotInst resources in your cloud programs. To use this package, please install the Pulumi CLI first.
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/spotinst
or yarn
:
$ yarn add @pulumi/spotinst
To use from Python, install using pip
:
$ pip install pulumi_spotinst
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-spotinst/sdk/v3
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Spotinst
The following configuration points are available for the spotinst
provider:
spotinst:account
(environment:SPOTINST_ACCOUNT
) - the account forspotinst
spotinst:token
(environment:SPOTINST_TOKEN
) - the api token forspotinst
For further information, please visit the Spotinst provider docs or for detailed reference documentation, please visit the API docs.