@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
7 lines • 513 B
TypeScript
export { DeploymentArgs, DeploymentState } from "./deployment";
export type Deployment = import("./deployment").Deployment;
export declare const Deployment: typeof import("./deployment").Deployment;
export { GetDeploymentArgs, GetDeploymentResult, GetDeploymentOutputArgs } from "./getDeployment";
export declare const getDeployment: typeof import("./getDeployment").getDeployment;
export declare const getDeploymentOutput: typeof import("./getDeployment").getDeploymentOutput;
//# sourceMappingURL=index.d.ts.map