@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.3 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.getAuthorsOutput = exports.getAuthors = exports.getAuthorOutput = exports.getAuthor = exports.Author = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.Author = null;
utilities.lazyLoad(exports, ["Author"], () => require("./author"));
exports.getAuthor = null;
exports.getAuthorOutput = null;
utilities.lazyLoad(exports, ["getAuthor", "getAuthorOutput"], () => require("./getAuthor"));
exports.getAuthors = null;
exports.getAuthorsOutput = null;
utilities.lazyLoad(exports, ["getAuthors", "getAuthorsOutput"], () => require("./getAuthors"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "readarr:Authors/author:Author":
return new exports.Author(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("readarr", "Authors/author", _module);
//# sourceMappingURL=index.js.map