UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

7 lines (6 loc) 421 B
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;