UNPKG

@pulumiverse/harbor

Version:

A Pulumi package for creating and managing Harbor resources.

28 lines 1.2 kB
"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.getProjectMemberGroupsOutput = exports.getProjectMemberGroups = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * ## Example Usage */ function getProjectMemberGroups(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("harbor:index/getProjectMemberGroups:getProjectMemberGroups", { "projectId": args.projectId, }, opts); } exports.getProjectMemberGroups = getProjectMemberGroups; /** * ## Example Usage */ function getProjectMemberGroupsOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("harbor:index/getProjectMemberGroups:getProjectMemberGroups", { "projectId": args.projectId, }, opts); } exports.getProjectMemberGroupsOutput = getProjectMemberGroupsOutput; //# sourceMappingURL=getProjectMemberGroups.js.map