@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
7 lines • 456 B
TypeScript
export { ClusterArgs, ClusterState } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster";
export declare const getCluster: typeof import("./getCluster").getCluster;
export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;
//# sourceMappingURL=index.d.ts.map