@spacelift-io/pulumi-spacelift
Version:
A Pulumi package for creating and managing Spacelift resources.
17 lines (16 loc) • 520 B
TypeScript
/**
* Endpoint to use when authenticating with an API key outside of Spacelift
*/
export declare const apiKeyEndpoint: string | undefined;
/**
* ID of the API key to use when executing outside of Spacelift
*/
export declare const apiKeyId: string | undefined;
/**
* API key secret to use when executing outside of Spacelift
*/
export declare const apiKeySecret: string | undefined;
/**
* Spacelift token generated by a run, only useful from within Spacelift
*/
export declare const apiToken: string | undefined;