@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
33 lines • 783 B
TypeScript
/**
* The Scaleway access key.
*/
export declare const accessKey: string | undefined;
/**
* The Scaleway API URL to use.
*/
export declare const apiUrl: string | undefined;
/**
* The Scaleway organization ID.
*/
export declare const organizationId: string | undefined;
/**
* The Scaleway profile to use.
*/
export declare const profile: string | undefined;
/**
* The Scaleway project ID.
*/
export declare const projectId: string | undefined;
/**
* The region you want to attach the resource to
*/
export declare const region: string | undefined;
/**
* The Scaleway secret Key.
*/
export declare const secretKey: string | undefined;
/**
* The zone you want to attach the resource to
*/
export declare const zone: string | undefined;
//# sourceMappingURL=vars.d.ts.map