@pulumi/libvirt
Version:
A Pulumi package for creating and managing libvirt cloud resources.
15 lines • 629 B
JavaScript
;
// *** 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("libvirt");
Object.defineProperty(exports, "uri", {
get() {
var _a;
return (_a = __config.get("uri")) !== null && _a !== void 0 ? _a : utilities.getEnv("LIBVIRT_DEFAULT_URI");
},
enumerable: true,
});
//# sourceMappingURL=vars.js.map