@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
19 lines • 1.13 kB
JavaScript
;
// *** 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.getPluginsOutput = exports.getPlugins = exports.getPluginOutput = exports.getPlugin = exports.getAccountsOutput = exports.getAccounts = exports.getAccountOutput = exports.getAccount = void 0;
const utilities = require("../utilities");
exports.getAccount = null;
exports.getAccountOutput = null;
utilities.lazyLoad(exports, ["getAccount", "getAccountOutput"], () => require("./getAccount"));
exports.getAccounts = null;
exports.getAccountsOutput = null;
utilities.lazyLoad(exports, ["getAccounts", "getAccountsOutput"], () => require("./getAccounts"));
exports.getPlugin = null;
exports.getPluginOutput = null;
utilities.lazyLoad(exports, ["getPlugin", "getPluginOutput"], () => require("./getPlugin"));
exports.getPlugins = null;
exports.getPluginsOutput = null;
utilities.lazyLoad(exports, ["getPlugins", "getPluginsOutput"], () => require("./getPlugins"));
//# sourceMappingURL=index.js.map