UNPKG

@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.26 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.Host = exports.getStatusOutput = exports.getStatus = exports.getHostOutput = exports.getHost = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.getHost = null; exports.getHostOutput = null; utilities.lazyLoad(exports, ["getHost", "getHostOutput"], () => require("./getHost")); exports.getStatus = null; exports.getStatusOutput = null; utilities.lazyLoad(exports, ["getStatus", "getStatusOutput"], () => require("./getStatus")); exports.Host = null; utilities.lazyLoad(exports, ["Host"], () => require("./host")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "readarr:System/host:Host": return new exports.Host(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("readarr", "System/host", _module); //# sourceMappingURL=index.js.map