@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
7 lines (6 loc) • 424 B
TypeScript
export { FileArgs, FileState } from "./file";
export type File = import("./file").File;
export declare const File: typeof import("./file").File;
export { GetDatastoresArgs, GetDatastoresResult, GetDatastoresOutputArgs } from "./getDatastores";
export declare const getDatastores: typeof import("./getDatastores").getDatastores;
export declare const getDatastoresOutput: typeof import("./getDatastores").getDatastoresOutput;