UNPKG

@pulumi/sdwan

Version:

A Pulumi package for managing resources on Cisco Catalyst SD-WAN.. Based on terraform-provider-sdwan: version v0.4.1

37 lines 1 kB
"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("sdwan"); Object.defineProperty(exports, "insecure", { get() { return __config.getObject("insecure"); }, enumerable: true, }); Object.defineProperty(exports, "password", { get() { return __config.get("password"); }, enumerable: true, }); Object.defineProperty(exports, "retries", { get() { return __config.getObject("retries"); }, enumerable: true, }); Object.defineProperty(exports, "url", { get() { return __config.get("url"); }, enumerable: true, }); Object.defineProperty(exports, "username", { get() { return __config.get("username"); }, enumerable: true, }); //# sourceMappingURL=vars.js.map