UNPKG

@muhlba91/pulumi-proxmoxve

Version:

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

25 lines 1.1 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getDatastoresOutput = exports.getDatastores = exports.File = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.File = null; utilities.lazyLoad(exports, ["File"], () => require("./file")); exports.getDatastores = null; exports.getDatastoresOutput = null; utilities.lazyLoad(exports, ["getDatastores", "getDatastoresOutput"], () => require("./getDatastores")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "proxmoxve:Storage/file:File": return new exports.File(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("proxmoxve", "Storage/file", _module); //# sourceMappingURL=index.js.map