UNPKG

@muhlba91/pulumi-proxmoxve

Version:

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

4 lines (3 loc) 190 B
export { ContainerArgs, ContainerState } from "./container"; export type Container = import("./container").Container; export declare const Container: typeof import("./container").Container;