UNPKG

pulumi-bunnynet

Version:

A Pulumi provider for managing Bunny.net CDN and edge computing resources, dynamically bridged from the Terraform Bunnynet provider with support for pull zones, storage, DNS, compute containers, and video streaming.

13 lines 428 B
/** * API key. Can also be set using the `BUNNYNET_API_KEY` environment variable. */ export declare const apiKey: string | undefined; /** * Optional. The API URL. Defaults to `https://api.bunny.net`. */ export declare const apiUrl: string | undefined; /** * Optional. The Stream API URL. Defaults to `https://video.bunnycdn.com`. */ export declare const streamApiUrl: string | undefined; //# sourceMappingURL=vars.d.ts.map