UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

33 lines 1.62 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.Version = exports.Secret = exports.getVersionOutput = exports.getVersion = exports.getSecretOutput = exports.getSecret = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.getSecret = null; exports.getSecretOutput = null; utilities.lazyLoad(exports, ["getSecret", "getSecretOutput"], () => require("./getSecret")); exports.getVersion = null; exports.getVersionOutput = null; utilities.lazyLoad(exports, ["getVersion", "getVersionOutput"], () => require("./getVersion")); exports.Secret = null; utilities.lazyLoad(exports, ["Secret"], () => require("./secret")); exports.Version = null; utilities.lazyLoad(exports, ["Version"], () => require("./version")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "scaleway:secrets/secret:Secret": return new exports.Secret(name, undefined, { urn }); case "scaleway:secrets/version:Version": return new exports.Version(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("scaleway", "secrets/secret", _module); pulumi.runtime.registerResourceModule("scaleway", "secrets/version", _module); //# sourceMappingURL=index.js.map