@lbrlabs/pulumi-cockroach
Version:
A Pulumi package to create and managed cockroach db resources in Pulumi programs.
23 lines • 1 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.getOrganizationOutput = exports.getOrganization = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* Information about the organization associated with the user's API key.
*/
function getOrganization(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("cockroach:index/getOrganization:getOrganization", {}, opts);
}
exports.getOrganization = getOrganization;
/**
* Information about the organization associated with the user's API key.
*/
function getOrganizationOutput(opts) {
return pulumi.output(getOrganization(opts));
}
exports.getOrganizationOutput = getOrganizationOutput;
//# sourceMappingURL=getOrganization.js.map