@lbrlabs/pulumi-harness
Version:
A Pulumi package for creating and managing Harness resources.
21 lines (20 loc) • 996 B
TypeScript
/**
* The Harness account id. This can also be set using the `HARNESS_ACCOUNT_ID` environment variable.
*/
export declare const accountId: string | undefined;
/**
* The Harness API key. This can also be set using the `HARNESS_API_KEY` environment variable. For more information to
* create an API key in FirstGen, see https://docs.harness.io/article/smloyragsm-api-keys#create_an_api_key.
*/
export declare const apiKey: string | undefined;
/**
* The URL of the Harness API endpoint. The default is `https://app.harness.io/gateway`. This can also be set using the
* `HARNESS_ENDPOINT` environment variable.
*/
export declare const endpoint: string | undefined;
/**
* The API key for the Harness next gen platform. This can also be set using the `HARNESS_PLATFORM_API_KEY` environment
* variable. For more information to create an API key in NextGen, see
* https://docs.harness.io/article/tdoad7xrh9-add-and-manage-api-keys.
*/
export declare const platformApiKey: string | undefined;