UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

39 lines 2.1 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.SshKey = exports.Project = exports.getSshKeyOutput = exports.getSshKey = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getAvailabilityZonesOutput = exports.getAvailabilityZones = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.getAvailabilityZones = null; exports.getAvailabilityZonesOutput = null; utilities.lazyLoad(exports, ["getAvailabilityZones", "getAvailabilityZonesOutput"], () => require("./getAvailabilityZones")); exports.getProject = null; exports.getProjectOutput = null; utilities.lazyLoad(exports, ["getProject", "getProjectOutput"], () => require("./getProject")); exports.getProjects = null; exports.getProjectsOutput = null; utilities.lazyLoad(exports, ["getProjects", "getProjectsOutput"], () => require("./getProjects")); exports.getSshKey = null; exports.getSshKeyOutput = null; utilities.lazyLoad(exports, ["getSshKey", "getSshKeyOutput"], () => require("./getSshKey")); exports.Project = null; utilities.lazyLoad(exports, ["Project"], () => require("./project")); exports.SshKey = null; utilities.lazyLoad(exports, ["SshKey"], () => require("./sshKey")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "scaleway:account/project:Project": return new exports.Project(name, undefined, { urn }); case "scaleway:account/sshKey:SshKey": return new exports.SshKey(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("scaleway", "account/project", _module); pulumi.runtime.registerResourceModule("scaleway", "account/sshKey", _module); //# sourceMappingURL=index.js.map