UNPKG

@muhlba91/pulumi-proxmoxve

Version:

A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.

7 lines 343 B
export { VmArgs, VmState } from "./vm"; export type Vm = import("./vm").Vm; export declare const Vm: typeof import("./vm").Vm; export { VmLegacyArgs, VmLegacyState } from "./vmLegacy"; export type VmLegacy = import("./vmLegacy").VmLegacy; export declare const VmLegacy: typeof import("./vmLegacy").VmLegacy; //# sourceMappingURL=index.d.ts.map