@pulumi/openstack
Version:
A Pulumi package for creating and managing OpenStack cloud resources.
22 lines • 908 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.StackV1 = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.StackV1 = null;
utilities.lazyLoad(exports, ["StackV1"], () => require("./stackV1"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "openstack:orchestration/stackV1:StackV1":
return new exports.StackV1(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("openstack", "orchestration/stackV1", _module);
//# sourceMappingURL=index.js.map