@volcengine/pulumi
Version:
A Pulumi package for creating and managing volcengine cloud resources.
28 lines • 1.56 kB
JavaScript
;
// *** 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.getFinancialRelationsOutput = exports.getFinancialRelations = exports.financialRelationsOutput = exports.financialRelations = exports.FinancialRelation = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.FinancialRelation = null;
utilities.lazyLoad(exports, ["FinancialRelation"], () => require("./financialRelation"));
exports.financialRelations = null;
exports.financialRelationsOutput = null;
utilities.lazyLoad(exports, ["financialRelations", "financialRelationsOutput"], () => require("./financialRelations"));
exports.getFinancialRelations = null;
exports.getFinancialRelationsOutput = null;
utilities.lazyLoad(exports, ["getFinancialRelations", "getFinancialRelationsOutput"], () => require("./getFinancialRelations"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "volcengine:financial_relation/financialRelation:FinancialRelation":
return new exports.FinancialRelation(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("volcengine", "financial_relation/financialRelation", _module);
//# sourceMappingURL=index.js.map