1. Packages
  2. Spotinst
  3. Installation & Configuration
Spotinst v3.76.0 published on Wednesday, Apr 24, 2024 by Pulumi

Spotinst: Installation & Configuration

spotinst logo
Spotinst v3.76.0 published on Wednesday, Apr 24, 2024 by Pulumi

    The Pulumi Spotinst provider uses the Spotinst SDK to manage resources.

    Installation

    The Spotinst provider is available as a package in all Pulumi languages:

    Configuration

    Pulumi relies on the Spotinst SDK to authenticate requests from your computer to Spotinst. Your credentials are never sent to pulumi.com.

    Once the credentials are obtained, there are two ways to communicate your configuration tokens to Pulumi:

    1. Set the environment variables SPOTINST_ACCOUNT and SPOTINST_ACCOUNT:

      $ export SPOTINST_ACCOUNT=XXXXXX
      $ export SPOTINST_TOKEN=YYYYYY
      
    2. Set them using configuration, if you prefer that they be stored alongside your Pulumi stack for easy multi-user access:

      $ pulumi config set spotinst:account XXXXXX
      $ pulumi config set spotinst:token --secret
      

    Remember to pass --secret when setting token so that it is properly encrypted.

    spotinst logo
    Spotinst v3.76.0 published on Wednesday, Apr 24, 2024 by Pulumi