UNPKG

@pulumi/confluent

Version:

A Pulumi package for creating and managing confluent cloud resources.

19 lines 633 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("confluent"); Object.defineProperty(exports, "password", { get() { return __config.get("password"); }, enumerable: true, }); Object.defineProperty(exports, "username", { get() { return __config.get("username"); }, enumerable: true, }); //# sourceMappingURL=vars.js.map