@maienm/pulumi-prowlarr
Version:
A Pulumi package for creating and managing Prowlarr resources. Based on terraform-provider-prowlarr: version v2.3.0
34 lines • 1.73 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.Indexer = exports.getSchemasOutput = exports.getSchemas = exports.getSchemaOutput = exports.getSchema = exports.getIndexersOutput = exports.getIndexers = exports.getIndexerOutput = exports.getIndexer = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.getIndexer = null;
exports.getIndexerOutput = null;
utilities.lazyLoad(exports, ["getIndexer", "getIndexerOutput"], () => require("./getIndexer"));
exports.getIndexers = null;
exports.getIndexersOutput = null;
utilities.lazyLoad(exports, ["getIndexers", "getIndexersOutput"], () => require("./getIndexers"));
exports.getSchema = null;
exports.getSchemaOutput = null;
utilities.lazyLoad(exports, ["getSchema", "getSchemaOutput"], () => require("./getSchema"));
exports.getSchemas = null;
exports.getSchemasOutput = null;
utilities.lazyLoad(exports, ["getSchemas", "getSchemasOutput"], () => require("./getSchemas"));
exports.Indexer = null;
utilities.lazyLoad(exports, ["Indexer"], () => require("./indexer"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "prowlarr:Indexers/indexer:Indexer":
return new exports.Indexer(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("prowlarr", "Indexers/indexer", _module);
//# sourceMappingURL=index.js.map