@lbrlabs/pulumi-harness
Version:
A Pulumi package for creating and managing Harness resources.
16 lines • 732 B
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.getCurrentUser = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
/**
* Data source for retrieving the current user based on the API key.
*/
function getCurrentUser(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("harness:platform/getCurrentUser:getCurrentUser", {}, opts);
}
exports.getCurrentUser = getCurrentUser;
//# sourceMappingURL=getCurrentUser.js.map