UNPKG

@maienm/pulumi-prowlarr

Version:

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

15 lines (14 loc) 696 B
export { ProviderArgs } from "./provider"; export type Provider = import("./provider").Provider; export declare const Provider: typeof import("./provider").Provider; import * as applications from "./applications"; import * as config from "./config"; import * as downloadclients from "./downloadclients"; import * as indexerproxies from "./indexerproxies"; import * as indexers from "./indexers"; import * as notifications from "./notifications"; import * as system from "./system"; import * as tag from "./tag"; import * as tags from "./tags"; import * as types from "./types"; export { applications, config, downloadclients, indexerproxies, indexers, notifications, system, tag, tags, types, };