@pulumiverse/gandi
Version:
A Pulumi package for creating and managing gandi cloud resources.
17 lines (16 loc) • 347 B
TypeScript
/**
* Prevent the Domain provider from taking certain actions
*/
export declare const dryRun: boolean | undefined;
/**
* A Gandi API key
*/
export declare const key: string | undefined;
/**
* A Gandi Sharing ID
*/
export declare const sharingId: string | undefined;
/**
* The Gandi API URL
*/
export declare const url: string | undefined;