@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
28 lines • 1.31 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.Hosting = exports.getOfferOutput = exports.getOffer = exports.getHostingOutput = exports.getHosting = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.getHosting = null;
exports.getHostingOutput = null;
utilities.lazyLoad(exports, ["getHosting", "getHostingOutput"], () => require("./getHosting"));
exports.getOffer = null;
exports.getOfferOutput = null;
utilities.lazyLoad(exports, ["getOffer", "getOfferOutput"], () => require("./getOffer"));
exports.Hosting = null;
utilities.lazyLoad(exports, ["Hosting"], () => require("./hosting"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "scaleway:hosting/hosting:Hosting":
return new exports.Hosting(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("scaleway", "hosting/hosting", _module);
//# sourceMappingURL=index.js.map