UNPKG

@pulumi/slack

Version:

A Pulumi package for managing Slack workspaces.

13 lines 474 B
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** 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("slack"); Object.defineProperty(exports, "token", { get() { return __config.get("token"); }, enumerable: true, }); //# sourceMappingURL=vars.js.map