UNPKG

@maienm/pulumi-readarr

Version:

A Pulumi package for creating and managing Readarr resources. Based on terraform-provider-readarr: version v2.1.0

36 lines 1.83 kB
"use strict"; // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.Profile = exports.getProfilesOutput = exports.getProfiles = exports.getProfileOutput = exports.getProfile = exports.getConfigOutput = exports.getConfig = exports.Config = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.Config = null; utilities.lazyLoad(exports, ["Config"], () => require("./config")); exports.getConfig = null; exports.getConfigOutput = null; utilities.lazyLoad(exports, ["getConfig", "getConfigOutput"], () => require("./getConfig")); exports.getProfile = null; exports.getProfileOutput = null; utilities.lazyLoad(exports, ["getProfile", "getProfileOutput"], () => require("./getProfile")); exports.getProfiles = null; exports.getProfilesOutput = null; utilities.lazyLoad(exports, ["getProfiles", "getProfilesOutput"], () => require("./getProfiles")); exports.Profile = null; utilities.lazyLoad(exports, ["Profile"], () => require("./profile")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "readarr:Metadata/config:Config": return new exports.Config(name, undefined, { urn }); case "readarr:Metadata/profile:Profile": return new exports.Profile(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("readarr", "Metadata/config", _module); pulumi.runtime.registerResourceModule("readarr", "Metadata/profile", _module); //# sourceMappingURL=index.js.map