UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

13 lines 782 B
"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.getInvoicesOutput = exports.getInvoices = exports.getConsumptionsOutput = exports.getConsumptions = void 0; const utilities = require("../utilities"); exports.getConsumptions = null; exports.getConsumptionsOutput = null; utilities.lazyLoad(exports, ["getConsumptions", "getConsumptionsOutput"], () => require("./getConsumptions")); exports.getInvoices = null; exports.getInvoicesOutput = null; utilities.lazyLoad(exports, ["getInvoices", "getInvoicesOutput"], () => require("./getInvoices")); //# sourceMappingURL=index.js.map