@cuemby/equinix
Version:
A Pulumi package for creating and managing equinix cloud resources.
24 lines • 969 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 });
exports.getMetalPlansOutput = exports.getMetalPlans = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
function getMetalPlans(args, opts) {
args = args || {};
if (!opts) {
opts = {};
}
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
return pulumi.runtime.invoke("equinix:index/getMetalPlans:GetMetalPlans", {
"filters": args.filters,
"sorts": args.sorts,
}, opts);
}
exports.getMetalPlans = getMetalPlans;
function getMetalPlansOutput(args, opts) {
return pulumi.output(args).apply(a => getMetalPlans(a, opts));
}
exports.getMetalPlansOutput = getMetalPlansOutput;
//# sourceMappingURL=getMetalPlans.js.map