UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

19 lines 1.47 kB
export { GetAvailabilityZonesArgs, GetAvailabilityZonesResult, GetAvailabilityZonesOutputArgs } from "./getAvailabilityZones"; export declare const getAvailabilityZones: typeof import("./getAvailabilityZones").getAvailabilityZones; export declare const getAvailabilityZonesOutput: typeof import("./getAvailabilityZones").getAvailabilityZonesOutput; export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject"; export declare const getProject: typeof import("./getProject").getProject; export declare const getProjectOutput: typeof import("./getProject").getProjectOutput; export { GetProjectsArgs, GetProjectsResult, GetProjectsOutputArgs } from "./getProjects"; export declare const getProjects: typeof import("./getProjects").getProjects; export declare const getProjectsOutput: typeof import("./getProjects").getProjectsOutput; export { GetSshKeyArgs, GetSshKeyResult, GetSshKeyOutputArgs } from "./getSshKey"; export declare const getSshKey: typeof import("./getSshKey").getSshKey; export declare const getSshKeyOutput: typeof import("./getSshKey").getSshKeyOutput; export { ProjectArgs, ProjectState } from "./project"; export type Project = import("./project").Project; export declare const Project: typeof import("./project").Project; export { SshKeyArgs, SshKeyState } from "./sshKey"; export type SshKey = import("./sshKey").SshKey; export declare const SshKey: typeof import("./sshKey").SshKey; //# sourceMappingURL=index.d.ts.map