UNPKG

@pulumiverse/gandi

Version:

A Pulumi package for creating and managing gandi cloud resources.

30 lines 1.42 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.Mailbox = exports.getMailboxOutput = exports.getMailbox = exports.Forwarding = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.Forwarding = null; utilities.lazyLoad(exports, ["Forwarding"], () => require("./forwarding")); exports.getMailbox = null; exports.getMailboxOutput = null; utilities.lazyLoad(exports, ["getMailbox", "getMailboxOutput"], () => require("./getMailbox")); exports.Mailbox = null; utilities.lazyLoad(exports, ["Mailbox"], () => require("./mailbox")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "gandi:email/forwarding:Forwarding": return new exports.Forwarding(name, undefined, { urn }); case "gandi:email/mailbox:Mailbox": return new exports.Mailbox(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("gandi", "email/forwarding", _module); pulumi.runtime.registerResourceModule("gandi", "email/mailbox", _module); //# sourceMappingURL=index.js.map