@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
34 lines • 2.03 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.getBillingConsumptionsOutput = exports.getBillingConsumptions = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* Gets information about your Consumptions.
*/
/** @deprecated scaleway.index/getbillingconsumptions.getBillingConsumptions has been deprecated in favor of scaleway.billing/getconsumptions.getConsumptions */
function getBillingConsumptions(args, opts) {
pulumi.log.warn("getBillingConsumptions is deprecated: scaleway.index/getbillingconsumptions.getBillingConsumptions has been deprecated in favor of scaleway.billing/getconsumptions.getConsumptions");
args = args || {};
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("scaleway:index/getBillingConsumptions:getBillingConsumptions", {
"projectId": args.projectId,
}, opts);
}
exports.getBillingConsumptions = getBillingConsumptions;
/**
* Gets information about your Consumptions.
*/
/** @deprecated scaleway.index/getbillingconsumptions.getBillingConsumptions has been deprecated in favor of scaleway.billing/getconsumptions.getConsumptions */
function getBillingConsumptionsOutput(args, opts) {
pulumi.log.warn("getBillingConsumptions is deprecated: scaleway.index/getbillingconsumptions.getBillingConsumptions has been deprecated in favor of scaleway.billing/getconsumptions.getConsumptions");
args = args || {};
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("scaleway:index/getBillingConsumptions:getBillingConsumptions", {
"projectId": args.projectId,
}, opts);
}
exports.getBillingConsumptionsOutput = getBillingConsumptionsOutput;
//# sourceMappingURL=getBillingConsumptions.js.map