UNPKG

@volcengine/pulumi

Version:

A Pulumi package for creating and managing volcengine cloud resources.

33 lines 1.96 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.getEscloudInstancesV2Output = exports.getEscloudInstancesV2 = exports.EscloudIpWhiteList = exports.escloudInstancesV2Output = exports.escloudInstancesV2 = exports.EscloudInstanceV2 = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.EscloudInstanceV2 = null; utilities.lazyLoad(exports, ["EscloudInstanceV2"], () => require("./escloudInstanceV2")); exports.escloudInstancesV2 = null; exports.escloudInstancesV2Output = null; utilities.lazyLoad(exports, ["escloudInstancesV2", "escloudInstancesV2Output"], () => require("./escloudInstancesV2")); exports.EscloudIpWhiteList = null; utilities.lazyLoad(exports, ["EscloudIpWhiteList"], () => require("./escloudIpWhiteList")); exports.getEscloudInstancesV2 = null; exports.getEscloudInstancesV2Output = null; utilities.lazyLoad(exports, ["getEscloudInstancesV2", "getEscloudInstancesV2Output"], () => require("./getEscloudInstancesV2")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "volcengine:escloud_v2/escloudInstanceV2:EscloudInstanceV2": return new exports.EscloudInstanceV2(name, undefined, { urn }); case "volcengine:escloud_v2/escloudIpWhiteList:EscloudIpWhiteList": return new exports.EscloudIpWhiteList(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("volcengine", "escloud_v2/escloudInstanceV2", _module); pulumi.runtime.registerResourceModule("volcengine", "escloud_v2/escloudIpWhiteList", _module); //# sourceMappingURL=index.js.map