UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

31 lines 1.55 kB
"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.Namespace = exports.getNamespaceOutput = exports.getNamespace = exports.getImageTagOutput = exports.getImageTag = exports.getImageOutput = exports.getImage = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.getImage = null; exports.getImageOutput = null; utilities.lazyLoad(exports, ["getImage", "getImageOutput"], () => require("./getImage")); exports.getImageTag = null; exports.getImageTagOutput = null; utilities.lazyLoad(exports, ["getImageTag", "getImageTagOutput"], () => require("./getImageTag")); exports.getNamespace = null; exports.getNamespaceOutput = null; utilities.lazyLoad(exports, ["getNamespace", "getNamespaceOutput"], () => require("./getNamespace")); exports.Namespace = null; utilities.lazyLoad(exports, ["Namespace"], () => require("./namespace")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "scaleway:registry/namespace:Namespace": return new exports.Namespace(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("scaleway", "registry/namespace", _module); //# sourceMappingURL=index.js.map