@maienm/pulumi-prowlarr
Version:
A Pulumi package for creating and managing Prowlarr resources. Based on terraform-provider-prowlarr: version v2.3.0
25 lines • 759 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 });
const pulumi = require("@pulumi/pulumi");
const __config = new pulumi.Config("prowlarr");
Object.defineProperty(exports, "apiKey", {
get() {
return __config.get("apiKey");
},
enumerable: true,
});
Object.defineProperty(exports, "authorization", {
get() {
return __config.get("authorization");
},
enumerable: true,
});
Object.defineProperty(exports, "url", {
get() {
return __config.get("url");
},
enumerable: true,
});
//# sourceMappingURL=vars.js.map