UNPKG

@natzka-oss/pulumi-netbox

Version:

A Pulumi package for creating and managing Netbox cloud resources.

26 lines 1.09 kB
"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 }); exports.getTenantsOutput = exports.getTenants = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); function getTenants(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("netbox:tenancy/getTenants:getTenants", { "filters": args.filters, "limit": args.limit, }, opts); } exports.getTenants = getTenants; function getTenantsOutput(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("netbox:tenancy/getTenants:getTenants", { "filters": args.filters, "limit": args.limit, }, opts); } exports.getTenantsOutput = getTenantsOutput; //# sourceMappingURL=getTenants.js.map