UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

67 lines 3.77 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.User = exports.SshKey = exports.Policy = exports.GroupMembership = exports.Group = exports.getUserOutput = exports.getUser = exports.getSshKeyOutput = exports.getSshKey = exports.getGroupOutput = exports.getGroup = exports.getApplicationOutput = exports.getApplication = exports.getApiKeyOutput = exports.getApiKey = exports.Application = exports.ApiKey = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.ApiKey = null; utilities.lazyLoad(exports, ["ApiKey"], () => require("./apiKey")); exports.Application = null; utilities.lazyLoad(exports, ["Application"], () => require("./application")); exports.getApiKey = null; exports.getApiKeyOutput = null; utilities.lazyLoad(exports, ["getApiKey", "getApiKeyOutput"], () => require("./getApiKey")); exports.getApplication = null; exports.getApplicationOutput = null; utilities.lazyLoad(exports, ["getApplication", "getApplicationOutput"], () => require("./getApplication")); exports.getGroup = null; exports.getGroupOutput = null; utilities.lazyLoad(exports, ["getGroup", "getGroupOutput"], () => require("./getGroup")); exports.getSshKey = null; exports.getSshKeyOutput = null; utilities.lazyLoad(exports, ["getSshKey", "getSshKeyOutput"], () => require("./getSshKey")); exports.getUser = null; exports.getUserOutput = null; utilities.lazyLoad(exports, ["getUser", "getUserOutput"], () => require("./getUser")); exports.Group = null; utilities.lazyLoad(exports, ["Group"], () => require("./group")); exports.GroupMembership = null; utilities.lazyLoad(exports, ["GroupMembership"], () => require("./groupMembership")); exports.Policy = null; utilities.lazyLoad(exports, ["Policy"], () => require("./policy")); exports.SshKey = null; utilities.lazyLoad(exports, ["SshKey"], () => require("./sshKey")); exports.User = null; utilities.lazyLoad(exports, ["User"], () => require("./user")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "scaleway:iam/apiKey:ApiKey": return new exports.ApiKey(name, undefined, { urn }); case "scaleway:iam/application:Application": return new exports.Application(name, undefined, { urn }); case "scaleway:iam/group:Group": return new exports.Group(name, undefined, { urn }); case "scaleway:iam/groupMembership:GroupMembership": return new exports.GroupMembership(name, undefined, { urn }); case "scaleway:iam/policy:Policy": return new exports.Policy(name, undefined, { urn }); case "scaleway:iam/sshKey:SshKey": return new exports.SshKey(name, undefined, { urn }); case "scaleway:iam/user:User": return new exports.User(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("scaleway", "iam/apiKey", _module); pulumi.runtime.registerResourceModule("scaleway", "iam/application", _module); pulumi.runtime.registerResourceModule("scaleway", "iam/group", _module); pulumi.runtime.registerResourceModule("scaleway", "iam/groupMembership", _module); pulumi.runtime.registerResourceModule("scaleway", "iam/policy", _module); pulumi.runtime.registerResourceModule("scaleway", "iam/sshKey", _module); pulumi.runtime.registerResourceModule("scaleway", "iam/user", _module); //# sourceMappingURL=index.js.map