UNPKG

@defang-io/pulumi-defang

Version:

![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/DefangLabs/pulumi-defang?label=Version)

10 lines (9 loc) 296 B
/** * The cloud provider to use. Can be one of [auto aws gcp digitalocean]. */ export declare const cloudProviderID: string; export declare const debug: boolean; /** * The deployment mode to use. Can be one of [DEVELOPMENT STAGING PRODUCTION]. */ export declare const deploymentMode: string;