UNPKG

@maienm/pulumi-prowlarr

Version:

A Pulumi package for creating and managing Prowlarr resources. Based on terraform-provider-prowlarr: version v2.3.0

40 lines 1.76 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.types = exports.tags = exports.tag = exports.system = exports.notifications = exports.indexers = exports.indexerproxies = exports.downloadclients = exports.config = exports.applications = exports.Provider = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); exports.Provider = null; utilities.lazyLoad(exports, ["Provider"], () => require("./provider")); // Export sub-modules: const applications = require("./applications"); exports.applications = applications; const config = require("./config"); exports.config = config; const downloadclients = require("./downloadclients"); exports.downloadclients = downloadclients; const indexerproxies = require("./indexerproxies"); exports.indexerproxies = indexerproxies; const indexers = require("./indexers"); exports.indexers = indexers; const notifications = require("./notifications"); exports.notifications = notifications; const system = require("./system"); exports.system = system; const tag = require("./tag"); exports.tag = tag; const tags = require("./tags"); exports.tags = tags; const types = require("./types"); exports.types = types; pulumi.runtime.registerResourcePackage("prowlarr", { version: utilities.getVersion(), constructProvider: (name, type, urn) => { if (type !== "pulumi:providers:prowlarr") { throw new Error(`unknown provider type ${type}`); } return new exports.Provider(name, undefined, { urn }); }, }); //# sourceMappingURL=index.js.map