UNPKG

@pulumiverse/grafana

Version:

A Pulumi package for creating and managing grafana.

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