@maienm/pulumi-prowlarr
Version:
A Pulumi package for creating and managing Prowlarr resources. Based on terraform-provider-prowlarr: version v2.3.0
13 lines • 789 B
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.getTagsDetailsOutput = exports.getTagsDetails = exports.getTagDetailsOutput = exports.getTagDetails = void 0;
const utilities = require("../utilities");
exports.getTagDetails = null;
exports.getTagDetailsOutput = null;
utilities.lazyLoad(exports, ["getTagDetails", "getTagDetailsOutput"], () => require("./getTagDetails"));
exports.getTagsDetails = null;
exports.getTagsDetailsOutput = null;
utilities.lazyLoad(exports, ["getTagsDetails", "getTagsDetailsOutput"], () => require("./getTagsDetails"));
//# sourceMappingURL=index.js.map