UNPKG

@pulumi/sumologic

Version:

A Pulumi package for creating and managing sumologic cloud resources.

40 lines 1.28 kB
"use strict"; // *** 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("sumologic"); Object.defineProperty(exports, "accessId", { get() { return __config.get("accessId"); }, enumerable: true, }); Object.defineProperty(exports, "accessKey", { get() { return __config.get("accessKey"); }, enumerable: true, }); Object.defineProperty(exports, "adminMode", { get() { return __config.getObject("adminMode"); }, enumerable: true, }); Object.defineProperty(exports, "baseUrl", { get() { var _a; return (_a = __config.get("baseUrl")) !== null && _a !== void 0 ? _a : utilities.getEnv("SUMOLOGIC_BASE_URL"); }, enumerable: true, }); Object.defineProperty(exports, "environment", { get() { var _a; return (_a = __config.get("environment")) !== null && _a !== void 0 ? _a : utilities.getEnv("SUMOLOGIC_ENVIRONMENT"); }, enumerable: true, }); //# sourceMappingURL=vars.js.map