UNPKG

@muhlba91/pulumi-proxmoxve

Version:

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

15 lines 903 B
export { ConfigArgs, ConfigState } from "./config"; export type Config = import("./config").Config; export declare const Config: typeof import("./config").Config; export { FirewallArgs, FirewallState } from "./firewall"; export type Firewall = import("./firewall").Firewall; export declare const Firewall: typeof import("./firewall").Firewall; export { FirewallLegacyArgs, FirewallLegacyState } from "./firewallLegacy"; export type FirewallLegacy = import("./firewallLegacy").FirewallLegacy; export declare const FirewallLegacy: typeof import("./firewallLegacy").FirewallLegacy; export { GetConfigArgs, GetConfigResult, GetConfigOutputArgs } from "./getConfig"; export declare const getConfig: typeof import("./getConfig").getConfig; export declare const getConfigOutput: typeof import("./getConfig").getConfigOutput; import * as disk from "./disk"; export { disk, }; //# sourceMappingURL=index.d.ts.map