@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
22 lines • 974 B
JavaScript
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.BlockchainNodes = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.BlockchainNodes = null;
utilities.lazyLoad(exports, ["BlockchainNodes"], () => require("./blockchainNodes"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "gcp:blockchainnodeengine/blockchainNodes:BlockchainNodes":
return new exports.BlockchainNodes(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("gcp", "blockchainnodeengine/blockchainNodes", _module);
//# sourceMappingURL=index.js.map
;