pulumi-namecheap
Version:
A Pulumi provider for managing Namecheap domain records and DNS configuration, dynamically bridged from the Terraform Namecheap provider with support for A, AAAA, CNAME, MX, TXT records and email services.
21 lines • 483 B
TypeScript
/**
* The namecheap API key
*/
export declare const apiKey: string | undefined;
/**
* A registered api user for namecheap
*/
export declare const apiUser: string | undefined;
/**
* Client IP address
*/
export declare const clientIp: string | undefined;
/**
* Use sandbox API endpoints
*/
export declare const useSandbox: boolean | undefined;
/**
* A registered user name for namecheap
*/
export declare const userName: string | undefined;
//# sourceMappingURL=vars.d.ts.map