UNPKG

@pulumiverse/gandi

Version:

A Pulumi package for creating and managing gandi cloud resources.

21 lines (20 loc) 480 B
/** * Prevent the Domain provider from taking certain actions */ export declare const dryRun: boolean | undefined; /** * (DEPRECATED) A Gandi API key */ export declare const key: string | undefined; /** * A Gandi API Personal Access Token */ export declare const personalAccessToken: string | undefined; /** * (DEPRECATED) A Gandi Sharing ID */ export declare const sharingId: string | undefined; /** * The Gandi API URL */ export declare const url: string | undefined;