@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
53 lines • 2.92 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.Server = exports.IpMacAddress = exports.Ip = exports.getServerOutput = exports.getServer = exports.getPartitionSchemaOutput = exports.getPartitionSchema = exports.getOsOutput = exports.getOs = exports.getOptionOutput = exports.getOption = exports.getOfferOutput = exports.getOffer = exports.getIpsOutput = exports.getIps = exports.getIpOutput = exports.getIp = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.getIp = null;
exports.getIpOutput = null;
utilities.lazyLoad(exports, ["getIp", "getIpOutput"], () => require("./getIp"));
exports.getIps = null;
exports.getIpsOutput = null;
utilities.lazyLoad(exports, ["getIps", "getIpsOutput"], () => require("./getIps"));
exports.getOffer = null;
exports.getOfferOutput = null;
utilities.lazyLoad(exports, ["getOffer", "getOfferOutput"], () => require("./getOffer"));
exports.getOption = null;
exports.getOptionOutput = null;
utilities.lazyLoad(exports, ["getOption", "getOptionOutput"], () => require("./getOption"));
exports.getOs = null;
exports.getOsOutput = null;
utilities.lazyLoad(exports, ["getOs", "getOsOutput"], () => require("./getOs"));
exports.getPartitionSchema = null;
exports.getPartitionSchemaOutput = null;
utilities.lazyLoad(exports, ["getPartitionSchema", "getPartitionSchemaOutput"], () => require("./getPartitionSchema"));
exports.getServer = null;
exports.getServerOutput = null;
utilities.lazyLoad(exports, ["getServer", "getServerOutput"], () => require("./getServer"));
exports.Ip = null;
utilities.lazyLoad(exports, ["Ip"], () => require("./ip"));
exports.IpMacAddress = null;
utilities.lazyLoad(exports, ["IpMacAddress"], () => require("./ipMacAddress"));
exports.Server = null;
utilities.lazyLoad(exports, ["Server"], () => require("./server"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "scaleway:elasticmetal/ip:Ip":
return new exports.Ip(name, undefined, { urn });
case "scaleway:elasticmetal/ipMacAddress:IpMacAddress":
return new exports.IpMacAddress(name, undefined, { urn });
case "scaleway:elasticmetal/server:Server":
return new exports.Server(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("scaleway", "elasticmetal/ip", _module);
pulumi.runtime.registerResourceModule("scaleway", "elasticmetal/ipMacAddress", _module);
pulumi.runtime.registerResourceModule("scaleway", "elasticmetal/server", _module);
//# sourceMappingURL=index.js.map