@maienm/pulumi-readarr
Version: 
A Pulumi package for creating and managing Readarr resources. Based on terraform-provider-readarr: version v2.1.0
28 lines • 1.23 kB
JavaScript
;
// *** 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.Tag = exports.getTagsOutput = exports.getTags = exports.getTagOutput = exports.getTag = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.getTag = null;
exports.getTagOutput = null;
utilities.lazyLoad(exports, ["getTag", "getTagOutput"], () => require("./getTag"));
exports.getTags = null;
exports.getTagsOutput = null;
utilities.lazyLoad(exports, ["getTags", "getTagsOutput"], () => require("./getTags"));
exports.Tag = null;
utilities.lazyLoad(exports, ["Tag"], () => require("./tag"));
const _module = {
    version: utilities.getVersion(),
    construct: (name, type, urn) => {
        switch (type) {
            case "readarr:Tags/tag:Tag":
                return new exports.Tag(name, undefined, { urn });
            default:
                throw new Error(`unknown resource type ${type}`);
        }
    },
};
pulumi.runtime.registerResourceModule("readarr", "Tags/tag", _module);
//# sourceMappingURL=index.js.map