UNPKG

@pulumi/wavefront

Version:

A Pulumi package for creating and managing wavefront cloud resources.

25 lines 758 B
"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 __config = new pulumi.Config("wavefront"); Object.defineProperty(exports, "address", { get() { return __config.get("address"); }, enumerable: true, }); Object.defineProperty(exports, "httpProxy", { get() { return __config.get("httpProxy"); }, enumerable: true, }); Object.defineProperty(exports, "token", { get() { return __config.get("token"); }, enumerable: true, }); //# sourceMappingURL=vars.js.map