UNPKG

@muhlba91/pulumi-proxmoxve

Version:

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

13 lines 631 B
"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.mapping = exports.getMappingsOutput = exports.getMappings = void 0; const utilities = require("../utilities"); exports.getMappings = null; exports.getMappingsOutput = null; utilities.lazyLoad(exports, ["getMappings", "getMappingsOutput"], () => require("./getMappings")); // Export sub-modules: const mapping = require("./mapping"); exports.mapping = mapping; //# sourceMappingURL=index.js.map