@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
64 lines • 3.2 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Zone = exports.Registration = exports.Record = exports.getZoneOutput = exports.getZone = exports.getRegistrationOutput = exports.getRegistration = exports.getRecordOutput = exports.getRecord = void 0;
const pulumi = __importStar(require("@pulumi/pulumi"));
const utilities = __importStar(require("../utilities"));
exports.getRecord = null;
exports.getRecordOutput = null;
utilities.lazyLoad(exports, ["getRecord", "getRecordOutput"], () => require("./getRecord"));
exports.getRegistration = null;
exports.getRegistrationOutput = null;
utilities.lazyLoad(exports, ["getRegistration", "getRegistrationOutput"], () => require("./getRegistration"));
exports.getZone = null;
exports.getZoneOutput = null;
utilities.lazyLoad(exports, ["getZone", "getZoneOutput"], () => require("./getZone"));
exports.Record = null;
utilities.lazyLoad(exports, ["Record"], () => require("./record"));
exports.Registration = null;
utilities.lazyLoad(exports, ["Registration"], () => require("./registration"));
exports.Zone = null;
utilities.lazyLoad(exports, ["Zone"], () => require("./zone"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "scaleway:domain/record:Record":
return new exports.Record(name, undefined, { urn });
case "scaleway:domain/registration:Registration":
return new exports.Registration(name, undefined, { urn });
case "scaleway:domain/zone:Zone":
return new exports.Zone(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("scaleway", "domain/record", _module);
pulumi.runtime.registerResourceModule("scaleway", "domain/registration", _module);
pulumi.runtime.registerResourceModule("scaleway", "domain/zone", _module);
//# sourceMappingURL=index.js.map