UNPKG

@jaxxstorm/pulumi-rke

Version:

A Pulumi package for creating and managing rke cloud resources.

16 lines 603 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! *** function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); // Export members: __export(require("./cluster")); __export(require("./provider")); // Export sub-modules: const config = require("./config"); exports.config = config; const types = require("./types"); exports.types = types; //# sourceMappingURL=index.js.map