@equinix-labs/pulumi-equinix
Version:
A Pulumi package for creating and managing equinix cloud resources.
22 lines • 1.13 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.getSpotMarketRequestOutput = exports.getSpotMarketRequest = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
function getSpotMarketRequest(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("equinix:metal/getSpotMarketRequest:getSpotMarketRequest", {
"requestId": args.requestId,
}, opts);
}
exports.getSpotMarketRequest = getSpotMarketRequest;
function getSpotMarketRequestOutput(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("equinix:metal/getSpotMarketRequest:getSpotMarketRequest", {
"requestId": args.requestId,
}, opts);
}
exports.getSpotMarketRequestOutput = getSpotMarketRequestOutput;
//# sourceMappingURL=getSpotMarketRequest.js.map