Module config

This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the pulumi/pulumi-spotinst repo; however, if that doesn’t turn up anything, please consult the source terraform-providers/terraform-provider-spotinst repo.

APIs

APIs

let account

let account: string | undefined =  __config.get("account") || (utilities.getEnv("SPOTINST_ACCOUNT") || "");

Spotinst Account ID

let token

let token: string | undefined =  __config.get("token") || (utilities.getEnv("SPOTINST_TOKEN") || "");

Spotinst Personal API Access Token