UNPKG

@muhlba91/pulumi-proxmoxve

Version:

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

25 lines 1.16 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.Repository = exports.getRepositoryOutput = exports.getRepository = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../../utilities"); exports.getRepository = null; exports.getRepositoryOutput = null; utilities.lazyLoad(exports, ["getRepository", "getRepositoryOutput"], () => require("./getRepository")); exports.Repository = null; utilities.lazyLoad(exports, ["Repository"], () => require("./repository")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "proxmoxve:Apt/standard/repository:Repository": return new exports.Repository(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("proxmoxve", "Apt/standard/repository", _module); //# sourceMappingURL=index.js.map