pulumi-statuspage
Version:
A Pulumi package for creating and managing statuspage cloud resources.
15 lines • 633 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 utilities = require("../utilities");
const __config = new pulumi.Config("statuspage");
Object.defineProperty(exports, "token", {
get() {
var _a;
return (_a = __config.get("token")) !== null && _a !== void 0 ? _a : utilities.getEnv("STATUSPAGE_TOKEN");
},
enumerable: true,
});
//# sourceMappingURL=vars.js.map