UNPKG

@pulumi/f5bigip

Version:

A Pulumi package for creating and managing F5 BigIP resources.

22 lines 888 B
"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.Guest = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.Guest = null; utilities.lazyLoad(exports, ["Guest"], () => require("./guest")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "f5bigip:vcmp/guest:Guest": return new exports.Guest(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("f5bigip", "vcmp/guest", _module); //# sourceMappingURL=index.js.map