@natzka-oss/pulumi-netbox
Version:
A Pulumi package for creating and managing Netbox cloud resources.
22 lines • 1.05 kB
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 });
exports.getConfigContextOutput = exports.getConfigContext = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
function getConfigContext(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("netbox:index/getConfigContext:getConfigContext", {
"name": args.name,
}, opts);
}
exports.getConfigContext = getConfigContext;
function getConfigContextOutput(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("netbox:index/getConfigContext:getConfigContext", {
"name": args.name,
}, opts);
}
exports.getConfigContextOutput = getConfigContextOutput;
//# sourceMappingURL=getConfigContext.js.map