UNPKG

pulumi-logtail

Version:

A Pulumi provider for managing Logtail log management and analytics resources, dynamically bridged from the Terraform Logtail provider with support for sources, metrics, and log aggregation.

6 lines (5 loc) 340 B
export declare function getEnv(...vars: string[]): string | undefined; export declare function getEnvBoolean(...vars: string[]): boolean | undefined; export declare function getEnvNumber(...vars: string[]): number | undefined; export declare function getVersion(): string; export declare function getPackage(): Promise<string | undefined>;