UNPKG

@maienm/pulumi-readarr

Version:

A Pulumi package for creating and managing Readarr resources. Based on terraform-provider-readarr: version v2.1.0

10 lines (9 loc) 447 B
/** * API key for Readarr authentication. Can be specified via the `READARR_API_KEY` environment variable. */ export declare const apiKey: string | undefined; /** * Full Readarr URL with protocol and port (e.g. `https://test.readarr.lib:8787`). You should **NOT** supply any path * (`/api`), the SDK will use the appropriate paths. Can be specified via the `READARR_URL` environment variable. */ export declare const url: string | undefined;