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-spotinstrepo; however, if that doesn’t turn up anything, please consult the sourceterraform-providers/terraform-provider-spotinstrepo.
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